Files
ordr/ordr-ui/app/client/queries/GetOrderTableQuery.ts
2025-11-17 21:07:51 -07:00

9 lines
154 B
TypeScript

/*
GetOrderTable
GET: http://localhost:8080/order/table?page=0&filter=257
*/
export interface GetOrderTableQuery {
page: string;
filter: string;
}