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