Home > @vsf-enterprise/commercetools-types > ShoppingListLimitsProjection
# ShoppingListLimitsProjection type
Signature:
export declare type ShoppingListLimitsProjection = {
__typename?: 'ShoppingListLimitsProjection';
lineItems: Limit;
textLineItems: Limit;
total: ShoppingListLimitWithCurrent;
};
References: Limit, ShoppingListLimitWithCurrent