/** * @example * { * job_identifier: "job_identifier", * app_id: "app_id" * } */ export interface DownloadReportingDataExportRequest { job_identifier: string; app_id: string; }