mirror of https://github.com/Chocobozzz/PeerTube
5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
|
export interface VideoStatsOverallQuery {
|
||
|
startDate?: string
|
||
|
endDate?: string
|
||
|
}
|