IGPAPI
    Preparing search index...

    Interface StoryPostPhotoResponseCandidatesItem

    interface StoryPostPhotoResponseCandidatesItem {
        estimated_scans_sizes: number[];
        height: number;
        is_spatial_image: boolean;
        scans_profile: string;
        url: string;
        width: number;
    }
    Index

    Properties

    estimated_scans_sizes: number[]
    height: number
    is_spatial_image: boolean
    scans_profile: string
    url: string
    width: number