export type UserInfo = { sub: string; email: string | null; email_verified: boolean | null; };