5 lines
84 B
TypeScript
5 lines
84 B
TypeScript
export interface VideoStatsOverallQuery {
|
|
startDate?: string
|
|
endDate?: string
|
|
}
|