interface QueryGetOrderByIDResponse {
    order?: Order;
}

Properties

Properties

order?: Order