feat: frontend
This commit is contained in:
8
ordr-ui/app/client/queries/GetOrderTableQuery.ts
Normal file
8
ordr-ui/app/client/queries/GetOrderTableQuery.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
/*
|
||||
GetOrderTable
|
||||
GET: http://localhost:8080/order/table?page=0&filter=257
|
||||
*/
|
||||
export interface GetOrderTableQuery {
|
||||
page: string;
|
||||
filter: string;
|
||||
}
|
||||
Reference in New Issue
Block a user