1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-04 02:09:37 +02:00
Peertube/shared/models/videos/stats/index.ts
2022-04-15 09:49:35 +02:00

6 lines
300 B
TypeScript

export * from './video-stats-overall.model'
export * from './video-stats-retention.model'
export * from './video-stats-timeserie-group-interval.type'
export * from './video-stats-timeserie-query.model'
export * from './video-stats-timeserie-metric.type'
export * from './video-stats-timeserie.model'