The image for the listings item.

Export

ItemImage

interface ItemImage {
    height: number;
    link: string;
    width: number;
}

Properties

Properties

height: number

The height of the image in pixels.

Memberof

ItemImage

link: string

The link, or URL, to the image.

Memberof

ItemImage

width: number

The width of the image in pixels.

Memberof

ItemImage