UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

6 lines (5 loc) 381 B
/** * This file was auto-generated by Fern from our API Definition. */ import * as Intercom from "../../../index"; export type EventDetails = Intercom.unstable.ConversationAttributeUpdatedByWorkflow | Intercom.unstable.ConversationAttributeUpdatedByAdmin | Intercom.unstable.CustomActionStarted | Intercom.unstable.CustomActionFinished | Intercom.unstable.OperatorWorkflowEvent;