UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 237 B
/** * @example * { * source_id: "source_id" * } */ export interface GetContentImportSourceRequest { /** The unique identifier for the content import source which is given by Intercom. */ source_id: string; }