export interface Auth { id: number; email?: string; teams?: string[]; }