@nosto/preact
    Preparing search index...

    Interface ShopifyMedia

    Shopify product media data structure.

    interface ShopifyMedia {
        alt: null | string;
        id: number;
        position: number;
        preview_image: ShopifyImage;
    }
    Index

    Properties

    alt: null | string
    id: number
    position: number
    preview_image: ShopifyImage