@makerinc/react-sdk
    Preparing search index...

    Interface Image

    Product image with dimensions and alt text Server type: Store.Image.t

    interface Image {
        altText?: string | null;
        size?: [number, number] | null;
        url: string;
    }
    Index

    Properties

    Properties

    altText?: string | null
    size?: [number, number] | null
    url: string