Pular para o conteúdo principal

ChampionshipRegulationManagementDto

@raizfc/contracts


@raizfc/contracts / ChampionshipRegulationManagementDto

Type Alias: ChampionshipRegulationManagementDto

ChampionshipRegulationManagementDto = Readonly<{ editionId: ID; locked: boolean; lockedAt?: ISODateString; lockedBy?: ID; pdf?: Readonly<{ label: string; url: string; }>; structuredRules: readonly RegulationStructuredRuleDto[]; text: string; updatedAt: ISODateString; version: number; }>

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

Management view of the edition's regulation, distinct from PublicChampionshipRegulationDto (dto/public-championship.dto.ts), which is the read-only public projection derived from this.