diff --git a/src/types/global.d.ts b/src/types/global.d.ts index 82b4c55cf..e55146e9a 100644 --- a/src/types/global.d.ts +++ b/src/types/global.d.ts @@ -42,8 +42,11 @@ declare global { id_token: string; state?: string; }; - user: string; email?: string; + fullName?: { + firstName?: string; + lastName?: string; + }; }>; }; };