export interface Team { name: string; id?: number; }