Type Alias AggregatedStatistics

AggregatedStatistics: {
    daily: number[];
    monthly: number[];
    weekly: number[];
}