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