RankingTopScorersResponse
@raizfc/contracts / RankingTopScorersResponse
Type Alias: RankingTopScorersResponse
RankingTopScorersResponse =
Readonly<{topScorers:TopScorersDto; }>
Defined in: ranking/top-scorer.dto.ts:57
Named RankingTopScorersResponse (not TopScorersResponse) to avoid ambiguity with
championship/championship.dto.ts's pre-existing TopScorersResponse (GET .../championships/:id/editions/:editionId/top-scorers, a different — edition-scoped — shape).