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