export type UserEmail = { email?: string | null; isVerified: boolean; };