fix(app): apple login types

This commit is contained in:
Timothy Z. 2025-04-10 21:54:11 +03:00
parent 2ce1619313
commit 5acc32411d

View file

@ -42,8 +42,11 @@ declare global {
id_token: string;
state?: string;
};
user: string;
email?: string;
fullName?: {
firstName?: string;
lastName?: string;
};
}>;
};
};