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