import { BaseObject } from './baseObject';
export interface ReconciliationOrderReportAction extends BaseObject {
}
