interface Image {
    dimensions: ImageDimensions;
    label?: string;
    url: string;
}

Properties

Properties

dimensions: ImageDimensions

Dimensions of the original image.

label?: string

Custom label for the image.

url: string

URL of the image in its original size that must be unique within a single ProductVariant.

Generated using TypeDoc