Home > @vsf-enterprise/commercetools-types > CartDiscountLimitWithCurrent
# CartDiscountLimitWithCurrent type
Signature:
export declare type CartDiscountLimitWithCurrent = LimitWithCurrent & {
__typename?: 'CartDiscountLimitWithCurrent';
limit?: Maybe<Scalars['Long']>;
current: Scalars['Long'];
};
References: LimitWithCurrent, Maybe, Scalars