Pular para o conteúdo principal

ChampionshipManagementSummaryResponse

@raizfc/contracts


@raizfc/contracts / ChampionshipManagementSummaryResponse

Type Alias: ChampionshipManagementSummaryResponse

ChampionshipManagementSummaryResponse = Readonly<{ championship: ChampionshipManagementDto; checklist: ChampionshipPublicationChecklistDto; discipline: readonly ChampionshipDisciplinePlayerStatus[]; disciplineRules: ChampionshipDisciplineRulesDto; editions: readonly ChampionshipEditionDto[]; fixtures: readonly FixtureDto[]; format?: ChampionshipFormatDto; matches: readonly PublicMatchSummaryDto[]; membership: ManagementMembershipDto; modules: readonly ChampionshipManagementModuleDto[]; payment?: ChampionshipPublicationPaymentDto; phases: readonly PhaseDto[]; registrations: readonly ChampionshipRegistrationDto[]; regulation?: ChampionshipRegulationManagementDto; standings: readonly PublicChampionshipStandingRowDto[]; topScorers: readonly PublicChampionshipTopScorerDto[]; }>

Defined in: championship/championship.dto.ts:216