]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - shared/models/videos/stats/video-stats-timeserie-query.model.ts
Support live session in server
[github/Chocobozzz/PeerTube.git] / shared / models / videos / stats / video-stats-timeserie-query.model.ts
CommitLineData
901bcf5c
C
1export interface VideoStatsTimeserieQuery {
2 startDate?: string
3 endDate?: string
4}