Interface RemovedVideosQuery

interface RemovedVideosQuery {
    fromDate?: string;
    state?: RemovedVideoState;
    toDate?: string;
}

Properties

fromDate?: string
toDate?: string