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

    Interface Order

    interface Order {
        items: CartItem[];
    }
    Index

    Properties

    Properties

    items: CartItem[]