1 2 3 4 5 6 7 8
export interface VideoStatsTimeserie { groupInterval: string data: { date: string value: number }[] }