PublicChampionshipResponse
@raizfc/contracts / PublicChampionshipResponse
Type Alias: PublicChampionshipResponse
PublicChampionshipResponse =
Readonly<{bracket:PublicChampionshipSectionDto<PublicChampionshipBracketRoundDto>;championship:PublicChampionshipDto;discipline:PublicChampionshipSectionDto<PublicChampionshipDisciplineDto>;fixtures:PublicChampionshipSectionDto<PublicMatchSummaryDto>;registrations:PublicChampionshipSectionDto<PublicChampionshipRegistrationDto>;regulation:PublicChampionshipRegulationDto;standings:PublicChampionshipSectionDto<PublicChampionshipStandingRowDto>;topScorers:PublicChampionshipSectionDto<PublicChampionshipTopScorerDto>;viewer:PublicChampionshipViewerDto;warnings: readonlyPublicEntityWarningDto[]; }>
Defined in: dto/public-championship.dto.ts:157