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

    Interface AssetDimensions

    Dimensions of the Asset source specified by the number of pixels.

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

    Height of the Asset source.

    w: number

    Width of the Asset source.