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, 1 insertions, 3 deletions
diff --git a/shared/models/videos/stats/video-stats-timeserie.model.ts b/shared/models/videos/stats/video-stats-timeserie.model.ts
index 99bbbe2e3..4a0e208df 100644
--- a/shared/models/videos/stats/video-stats-timeserie.model.ts
+++ b/shared/models/videos/stats/video-stats-timeserie.model.ts
@@ -1,7 +1,5 @@
1import { VideoStatsTimeserieGroupInterval } from './video-stats-timeserie-group-interval.type'
2
3export interface VideoStatsTimeserie { 1export interface VideoStatsTimeserie {
4 groupInterval: VideoStatsTimeserieGroupInterval 2 groupInterval: string
5 3
6 data: { 4 data: {
7 date: string 5 date: string