diff options
Diffstat (limited to 'shared/models/videos/stats/video-stats-timeserie.model.ts')
-rw-r--r-- | shared/models/videos/stats/video-stats-timeserie.model.ts | 4 |
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 @@ | |||
1 | import { VideoStatsTimeserieGroupInterval } from './video-stats-timeserie-group-interval.type' | ||
2 | |||
3 | export interface VideoStatsTimeserie { | 1 | export interface VideoStatsTimeserie { |
4 | groupInterval: VideoStatsTimeserieGroupInterval | 2 | groupInterval: string |
5 | 3 | ||
6 | data: { | 4 | data: { |
7 | date: string | 5 | date: string |