Home > @vsf-enterprise/commercetools-types > TaxCategoryQueryResult
# TaxCategoryQueryResult type
Signature:
export declare type TaxCategoryQueryResult = {
__typename?: 'TaxCategoryQueryResult';
offset: Scalars['Int'];
count: Scalars['Int'];
total: Scalars['Long'];
exists: Scalars['Boolean'];
results: Array<TaxCategory>;
};
References: Scalars, TaxCategory