@nosto/preact
    Preparing search index...

    Interface ShopifyOption

    Shopify product option data structure.

    interface ShopifyOption {
        name: string;
        position: number;
        values: string[];
    }
    Index

    Properties

    Properties

    name: string
    position: number
    values: string[]