@usethrottle/cart
    Preparing search index...

    Interface Order

    interface Order {
        currency: string;
        id: string;
        status: string;
        total: number;
    }
    Index
    currency: string
    id: string
    status: string
    total: number