UNPKG

shipstation-node

Version:
9 lines (8 loc) 184 B
export interface InventoryWarehouse { inventory_warehouse_id: string; name: string; /** date-time */ created_at: string; /** date-time */ updated_at: string; }