UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 181 B
/** * @example * { * job_identifier: "job_identifier" * } */ export interface CancelDataExportRequest { /** job_identifier */ job_identifier: string; }