feat: frontend
This commit is contained in:
8
ordr-ui/app/client/queries/SetItemPriceQuery.ts
Normal file
8
ordr-ui/app/client/queries/SetItemPriceQuery.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
SetItemPrice
|
||||
PUT: {{baseURL}}/item/price?item_id=1&item_price=36.99
|
||||
*/
|
||||
export interface SetItemPriceQuery {
|
||||
item_id: string;
|
||||
item_price: string;
|
||||
}
|
||||
Reference in New Issue
Block a user