]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - shared/models/videos/stats/video-stats-overall-query.model.ts
Add filter by start/end date overall stats in api
[github/Chocobozzz/PeerTube.git] / shared / models / videos / stats / video-stats-overall-query.model.ts
1 export interface VideoStatsOverallQuery {
2 startDate?: string
3 endDate?: string
4 }