From 901bcf5c188ea79350fecd499ad76460b866617b Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 7 Apr 2022 10:53:35 +0200 Subject: Add ability to set start/end date to timeserie --- shared/models/videos/stats/video-stats-timeserie.model.ts | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'shared/models/videos/stats/video-stats-timeserie.model.ts') 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 @@ +import { VideoStatsTimeserieGroupInterval } from './video-stats-timeserie-group-interval.type' + export interface VideoStatsTimeserie { + groupInterval: VideoStatsTimeserieGroupInterval + data: { date: string value: number -- cgit v1.2.3