import { BaseObject } from './baseObject';
export interface GetReportJobStatus extends BaseObject {
    reportJobId?: number;
}
