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