Interface StoryPostPhotoResponseCandidatesItem

interface StoryPostPhotoResponseCandidatesItem {
    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