TopScorersDto
@raizfc/contracts / TopScorersDto
Type Alias: TopScorersDto
TopScorersDto =
Readonly<{championshipId?:ID;generatedAt:ISODateString;period:RankingPeriod;rows: readonlyTopScorerRowDto[];territory?:RankingTerritoryDto; }>
Defined in: ranking/top-scorer.dto.ts:37