@usethrottle/cart
    Preparing search index...

    Interface CartSession

    interface CartSession {
        cart: Cart;
        cartSessionId: string;
        expiresAt: string;
        status: string;
    }
    Index
    cart: Cart
    cartSessionId: string
    expiresAt: string
    status: string