Merge remote-tracking branch 'origin/main' into efril
This commit is contained in:
@@ -29,3 +29,15 @@ export interface InventoryAdjustRequest {
|
||||
delta: number
|
||||
reason: string
|
||||
}
|
||||
|
||||
export interface Item {
|
||||
item_id: string
|
||||
item_type: string
|
||||
quantity: number | string
|
||||
}
|
||||
|
||||
export interface InventoryRestockRequest {
|
||||
outlet_id: string
|
||||
items: Item[]
|
||||
reason: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user