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