import type * as Intercom from "../index.mjs"; 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; }