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