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