import { OrderAction } from './orderAction';
export interface SubmitOrdersForApproval extends OrderAction {
    skipInventoryCheck?: boolean;
}
