Type Alias PlayerStatsResponse

PlayerStatsResponse: BaseResponse & {
    identities: PlayerStatisticsIdentities;
}