Home > @vsf-enterprise/commercetools-types > ActiveCartInterface
# ActiveCartInterface type
A field to access the active cart.
Signature:
export declare type ActiveCartInterface = {
activeCart?: Maybe<Cart>;
};
Home > @vsf-enterprise/commercetools-types > ActiveCartInterface
A field to access the active cart.
Signature:
export declare type ActiveCartInterface = {
activeCart?: Maybe<Cart>;
};
On this page