importtype * asIntercomfrom"../index.js";
exportinterfaceCustomChannelBaseEvent {
/** Unique identifier for the event. */event_id: string;
/** Identifier for the conversation in your application. */external_conversation_id: string;
contact: Intercom.CustomChannelContact;
}