feat: user profile verification fields
This commit is contained in:
@ -2,6 +2,9 @@ export interface UserProfile {
|
|||||||
id: string;
|
id: string;
|
||||||
full_name: string;
|
full_name: string;
|
||||||
email: string;
|
email: string;
|
||||||
|
email_verified: boolean;
|
||||||
|
avatar_verified: boolean;
|
||||||
|
verified: boolean;
|
||||||
phone_number: string;
|
phone_number: string;
|
||||||
is_admin: boolean;
|
is_admin: boolean;
|
||||||
last_login: string;
|
last_login: string;
|
||||||
|
Reference in New Issue
Block a user