StoreLimitsProjection
type StoreLimitsProjection = {
__typename?: 'StoreLimitsProjection';
inventorySupplyChannels: Limit;
productDistributionChannels: Limit;
total: StoreLimitWithCurrent;
};type StoreLimitsProjection = {
__typename?: 'StoreLimitsProjection';
inventorySupplyChannels: Limit;
productDistributionChannels: Limit;
total: StoreLimitWithCurrent;
};