diff options
Diffstat (limited to 'shared/models/videos/stats/index.ts')
-rw-r--r-- | shared/models/videos/stats/index.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/shared/models/videos/stats/index.ts b/shared/models/videos/stats/index.ts new file mode 100644 index 000000000..d1e9c167c --- /dev/null +++ b/shared/models/videos/stats/index.ts | |||
@@ -0,0 +1,4 @@ | |||
1 | export * from './video-stats-overall.model' | ||
2 | export * from './video-stats-retention.model' | ||
3 | export * from './video-stats-timeserie.model' | ||
4 | export * from './video-stats-timeserie-metric.type' | ||