import { OrderAction } from './orderAction';
export interface ApproveOrdersWithoutReservationChanges extends OrderAction {
}
