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