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