export interface CreateTeamCommandDTO { name: string; tag: string; description: string; ownerId: string; leagues: string[]; }