UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 166 B
/** * @example * { * call_id: "call_id" * } */ export interface ShowCallTranscriptRequest { /** The id of the call */ call_id: string; }