import type { Team } from '../../domain/entities/Team'; export type GetAllTeamsQueryResultDTO = Team[];