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