Home > @vsf-enterprise/commercetools-types > LimitWithCurrent
# LimitWithCurrent type
Signature:
export declare type LimitWithCurrent = {
limit?: Maybe<Scalars['Long']>;
current?: Maybe<Scalars['Long']>;
};
Home > @vsf-enterprise/commercetools-types > LimitWithCurrent
Signature:
export declare type LimitWithCurrent = {
limit?: Maybe<Scalars['Long']>;
current?: Maybe<Scalars['Long']>;
};
On this page