UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

14 lines (13 loc) 515 B
"use strict"; // This file was auto-generated by Fern from our API Definition. Object.defineProperty(exports, "__esModule", { value: true }); exports.ConversationPart = void 0; 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 || (exports.ConversationPart = ConversationPart = {}));