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

    Interface ImageDimensions

    interface ImageDimensions {
        h: number;
        w: number;
    }
    Index

    Properties

    h w

    Properties

    h: number

    Height of the image.

    w: number

    Width of the image.