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