Pular para o conteúdo principal

StandingsResponse

@raizfc/contracts


@raizfc/contracts / StandingsResponse

Type Alias: StandingsResponse

StandingsResponse = Readonly<{ standings: readonly PublicChampionshipStandingRowDto[]; }>

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

GET .../standings (SPEC-API-CHAMP-001, público) — same computation embedded in the public championship page (PublicChampionshipResponse.standings) and in the Standings Preview (ChampionshipManagementSummaryResponse.standings), exposed as its own endpoint so a future Edition Selector can fetch a non-current edition's table without refetching the whole page.