PlayerStatsResponse
@raizfc/contracts / PlayerStatsResponse
Type Alias: PlayerStatsResponse
PlayerStatsResponse =
Readonly<{filters:PublicPlayerStatsFiltersDto;stats:PublicPlayerSectionDto<PlayerStatsDto>; }>
Defined in: player/player-stats.dto.ts:28
GET /players/:playerId/stats — standalone, filterable view of the same stats shown embedded
in PublicPlayerResponse.stats/statsFilters. Respects statsPublic/profilePublic privacy
exactly like the embedded section (restricted/unavailable states apply the same way).