Pular para o conteúdo principal

RankingTerritoryDto

@raizfc/contracts


@raizfc/contracts / RankingTerritoryDto

Type Alias: RankingTerritoryDto

RankingTerritoryDto = Readonly<{ id: ID; label: string; type: "district"; }>

Defined in: ranking/ranking.dto.ts:28

Territory scoping is district-only for MVP, matching SPEC-API-DISCOVERY-001's own example payload and the pre-existing PublicTerritoryRankingRowDto (IS-MVP-01.8). City/state roll-ups would require joining through the territory catalog hierarchy and are deferred.