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