export interface TeamOptions { id?: string; tacticId: string; name: string; color: number; }