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