import { ReportJob } from './ReportJob'; /** runReportJobResponse */ export interface RunReportJobResponse { /** rval */ rval?: ReportJob; }