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