UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

9 lines (8 loc) 302 B
import type * as Intercom from "../index.js"; export interface CustomChannelBaseEvent { /** Unique identifier for the event. */ event_id: string; /** Identifier for the conversation in your application. */ external_conversation_id: string; contact: Intercom.CustomChannelContact; }