UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 197 B
/** * @example * { * job_id: "job_id" * } */ export interface JobsStatusRequest { /** The unique identifier for the job which is given by Intercom */ job_id: string; }