Type Alias GetPlayerStatsOptions

GetPlayerStatsOptions: {
    playerId: AnyPlayerId | string;
    serverApiId?: string;
}