@nosto/preact
    Preparing search index...

    Interface ShopifyImage

    Shopify product image data structure.

    interface ShopifyImage {
        alt: null | string;
        created_at: string;
        height: number;
        id: number;
        position: number;
        product_id: number;
        src: string;
        updated_at: string;
        variant_ids: number[];
        width: number;
    }
    Index

    Properties

    alt: null | string
    created_at: string
    height: number
    id: number
    position: number
    product_id: number
    src: string
    updated_at: string
    variant_ids: number[]
    width: number