Interface PlaybackApiSearchVideosPayload

interface PlaybackApiSearchVideosPayload {
    limit?: number;
    offset?: number;
    q: string;
    sort?: PlaybackApiSort;
}

Hierarchy (view full)

Properties

Properties

limit?: number
offset?: number
q: string