diff --git a/web/src/types/index.ts b/web/src/types/index.ts index 086c8f9..0a14b82 100644 --- a/web/src/types/index.ts +++ b/web/src/types/index.ts @@ -2,6 +2,9 @@ export interface UserProfile { id: string; full_name: string; email: string; + email_verified: boolean; + avatar_verified: boolean; + verified: boolean; phone_number: string; is_admin: boolean; last_login: string;