chore(types, medusa): clean up to request / response types (#9067)

Smaller clean up to request / response types
This commit is contained in:
Shahed Nasser
2024-09-09 18:52:02 +00:00
committed by GitHub
parent 2020b35e52
commit dfb095e2ea
3 changed files with 0 additions and 8 deletions
@@ -26,11 +26,8 @@ export interface AdminInventoryLevel {
inventory_item_id: string
location_id: string
stocked_quantity: number
raw_stocked_quantity: Record<string, unknown>
reserved_quantity: number
raw_reserved_quantity: Record<string, unknown>
incoming_quantity: number
raw_incoming_quantity: Record<string, unknown>
metadata: Record<string, unknown> | null
inventory_item?: AdminInventoryItem
available_quantity: number | null