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

    Interface Option

    Product option (e.g., Size, Color) with available values Server type: Store.Product.Option.t

    interface Option {
        id: string;
        name: string;
        values: string[];
    }
    Index

    Properties

    Properties

    id: string
    name: string
    values: string[]