Type Alias ServerStatisticsAggregated

ServerStatisticsAggregated: {
    player_individual: AggregatedStatistics;
    player_influx: AggregatedStatistics;
    player_new_retention: AggregatedStatistics;
    player_retention: NonDailyAggregatedStatistics;
    playtime: AggregatedStatistics;
    sessions: AggregatedStatistics;
    top_countries: string[];
}