aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/videos/stats/video-stats-timeserie-query.model.ts
diff options
context:
space:
mode:
Diffstat (limited to 'shared/models/videos/stats/video-stats-timeserie-query.model.ts')
-rw-r--r--shared/models/videos/stats/video-stats-timeserie-query.model.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/videos/stats/video-stats-timeserie-query.model.ts b/shared/models/videos/stats/video-stats-timeserie-query.model.ts
new file mode 100644
index 000000000..f3a8430e1
--- /dev/null
+++ b/shared/models/videos/stats/video-stats-timeserie-query.model.ts
@@ -0,0 +1,4 @@
1export interface VideoStatsTimeserieQuery {
2 startDate?: string
3 endDate?: string
4}