Home > @vsf-enterprise/commercetools-types > StoreLimitsProjection
# StoreLimitsProjection type
Signature:
export declare type StoreLimitsProjection = {
__typename?: 'StoreLimitsProjection';
inventorySupplyChannels: Limit;
productDistributionChannels: Limit;
total: StoreLimitWithCurrent;
};
References: Limit, StoreLimitWithCurrent