Interface ImageDetails

interface ImageDetails {
    content_type: string;
    height: number;
    link: string;
    width: number;
}

Properties

content_type: string
height: number
link: string
width: number