export interface Team { id: number; userId: number; name: string; personalTeam: boolean; createdAt: string; updatedAt: string; }