import type * as Intercom from "../index.js"; export type EventDetails = Intercom.ConversationAttributeUpdatedByWorkflow | Intercom.ConversationAttributeUpdatedByAdmin | Intercom.CustomActionStarted | Intercom.CustomActionFinished | Intercom.OperatorWorkflowEvent;