UNPKG

channelape-sdk

Version:
6 lines (5 loc) 126 B
export default interface InventoryItemQuantity { locationId: string; inventoryStatus: string; quantity: number; }