/* GetOrderItems GET: http://localhost:8080/order/items?order_id=1 */ export interface GetOrderItemsQuery { order_id: string; }