aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/stats/video-stats-timeserie.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/stats/video-stats-timeserie.model.ts')
-rw-r--r--shared/models/videos/stats/video-stats-timeserie.model.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/videos/stats/video-stats-timeserie.model.ts b/shared/models/videos/stats/video-stats-timeserie.model.ts
index d95e34f1d..99bbbe2e3 100644
--- a/shared/models/videos/stats/video-stats-timeserie.model.ts
+++ b/shared/models/videos/stats/video-stats-timeserie.model.ts
@@ -1,4 +1,8 @@
1import { VideoStatsTimeserieGroupInterval } from './video-stats-timeserie-group-interval.type'
2
1export interface VideoStatsTimeserie { 3export interface VideoStatsTimeserie {
4 groupInterval: VideoStatsTimeserieGroupInterval
5
2 data: { 6 data: {
3 date: string 7 date: string
4 value: number 8 value: number