Type Alias DeletePlayerStatsOptions

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