UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

3 lines (2 loc) 265 B
import type * as Intercom from "../index.js"; export type EventDetails = Intercom.ConversationAttributeUpdatedByWorkflow | Intercom.ConversationAttributeUpdatedByAdmin | Intercom.CustomActionStarted | Intercom.CustomActionFinished | Intercom.OperatorWorkflowEvent;