@nosto/nosto-js
    Preparing search index...

    Interface Cart

    interface Cart {
        hcid?: string;
        items: CartItem[];
    }
    Index

    Properties

    Properties

    hcid?: string
    items: CartItem[]