feat: frontend
This commit is contained in:
7
ordr-ui/app/client/queries/GetOrderItemsQuery.ts
Normal file
7
ordr-ui/app/client/queries/GetOrderItemsQuery.ts
Normal file
@@ -0,0 +1,7 @@
|
||||
/*
|
||||
GetOrderItems
|
||||
GET: http://localhost:8080/order/items?order_id=1
|
||||
*/
|
||||
export interface GetOrderItemsQuery {
|
||||
order_id: string;
|
||||
}
|
||||
Reference in New Issue
Block a user