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