export interface Team { id: number name: string picture: string main_color: string second_color: string }