ChampionshipManagementSummaryResponse
@raizfc/contracts / ChampionshipManagementSummaryResponse
Type Alias: ChampionshipManagementSummaryResponse
ChampionshipManagementSummaryResponse =
Readonly<{championship:ChampionshipManagementDto;checklist:ChampionshipPublicationChecklistDto;discipline: readonlyChampionshipDisciplinePlayerStatus[];disciplineRules:ChampionshipDisciplineRulesDto;editions: readonlyChampionshipEditionDto[];fixtures: readonlyFixtureDto[];format?:ChampionshipFormatDto;matches: readonlyPublicMatchSummaryDto[];membership:ManagementMembershipDto;modules: readonlyChampionshipManagementModuleDto[];payment?:ChampionshipPublicationPaymentDto;phases: readonlyPhaseDto[];registrations: readonlyChampionshipRegistrationDto[];regulation?:ChampionshipRegulationManagementDto;standings: readonlyPublicChampionshipStandingRowDto[];topScorers: readonlyPublicChampionshipTopScorerDto[]; }>
Defined in: championship/championship.dto.ts:216