export interface UserContext { userId: string; email: string; authProvider: string; }