Interface MediaRepositoryConfigureVideoResponseCandidatesItem

interface MediaRepositoryConfigureVideoResponseCandidatesItem {
    estimated_scans_sizes: number[];
    height: number;
    url: string;
    width: number;
}

Properties

estimated_scans_sizes: number[]
height: number
url: string
width: number