@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

    Properties

    h w

    Properties

    h: number

    Height of the Asset source.

    w: number

    Width of the Asset source.