@gradientedge/commercetools-utils
    Preparing search index...

    Interface Image

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

    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.