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