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