Home > @vsf-enterprise/commercetools-types > CartQueryInterface
# CartQueryInterface type
Fields to access carts. Includes direct access to a single cart and searching for carts.
Signature:
export declare type CartQueryInterface = {
    cart?: Maybe<Cart>;
    carts: CartQueryResult;
};
References: Maybe, Cart, CartQueryResult