import { ReportJob } from './ReportJob'

/** runReportJob */
export interface RunReportJob {
  /** reportJob */
  reportJob?: ReportJob
}
