UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

12 lines (11 loc) 215 B
/** * @example * { * job_identifier: "job_identifier", * app_id: "app_id" * } */ export interface DownloadReportingDataExportRequest { job_identifier: string; app_id: string; }