Home > @vsf-enterprise/commercetools-types > CustomerActiveCartInterface
# CustomerActiveCartInterface type
A field to access a customer's active cart.
Signature:
export declare type CustomerActiveCartInterface = {
customerActiveCart?: Maybe<Cart>;
};