import type { Team } from '../../domain/entities/Team'; export interface CreateTeamResultDTO { team: Team; }