export type BasicAccount = { email?: string | null; userId?: string | null; [key: string]: unknown; };