Pular para o conteúdo principal

MatchListQuery

@raizfc/contracts


@raizfc/contracts / MatchListQuery

Type Alias: MatchListQuery

MatchListQuery = Readonly<{ categoryId?: ID; championshipId?: ID; from?: ISODateString; page?: number; pageSize?: number; status?: MatchStatus; teamId?: ID; to?: ISODateString; }>

Defined in: match/match-requests.dto.ts:100

Named MatchListQuery (not MatchSearchQuery) to avoid colliding with the unrelated universal search filter of the same conceptual name already exported by search/search.dto.ts (MatchSearchQuery = SpecializedSearchQuery<MatchSearchFilters>, the "Jogos" result-type tab).