import { BaseObject } from './baseObject';
export interface GetReportDownloadURLResponse extends BaseObject {
    rval?: string;
}
