Interface MediaInfoAlbumResponseCandidatesItem

interface MediaInfoAlbumResponseCandidatesItem {
    estimated_scans_sizes?: number[];
    height: number;
    scans_profile: string;
    url: string;
    width: number;
}

Properties

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