Home > @vsf-enterprise/commercetools-types > CartLimitsProjection
# CartLimitsProjection type
Signature:
export declare type CartLimitsProjection = {
__typename?: 'CartLimitsProjection';
total: CartLimitWithCurrent;
};
References: CartLimitWithCurrent