CartDiscountLimitsProjection
type CartDiscountLimitsProjection = {
__typename?: 'CartDiscountLimitsProjection';
totalActiveWithoutDiscountCodes: CartDiscountLimitWithCurrent;
};type CartDiscountLimitsProjection = {
__typename?: 'CartDiscountLimitsProjection';
totalActiveWithoutDiscountCodes: CartDiscountLimitWithCurrent;
};