UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 383 B
// This file was auto-generated by Fern from our API Definition. export var ConversationPart; (function (ConversationPart) { /** Indicates the current state of conversation when the conversation part was created. */ ConversationPart.State = { Open: "open", Closed: "closed", Snoozed: "snoozed", }; })(ConversationPart || (ConversationPart = {}));