export interface UserType { id: string email?: string created_at: string updated_at?: string user_metadata?: { [key: string]: any } }