fix user type
This commit is contained in:
parent
96fe7784c3
commit
b328c15bea
|
@ -2448,7 +2448,7 @@ type MetaResponse = operations['meta']['responses']['200']['content']['applicati
|
|||
type MiAuthCheckResponse = {
|
||||
ok: true;
|
||||
token: string;
|
||||
user: User;
|
||||
user: UserDetailedNotMe;
|
||||
} | {
|
||||
ok: false;
|
||||
};
|
||||
|
|
|
@ -314,7 +314,7 @@ export type SigninWithPasskeyResponse = {
|
|||
export type MiAuthCheckResponse = {
|
||||
ok: true;
|
||||
token: string;
|
||||
user: User;
|
||||
user: UserDetailedNotMe;
|
||||
} | {
|
||||
ok: false;
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue