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