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