intercom-client
Version:
Official Node bindings to the Intercom API
15 lines (14 loc) • 428 B
JavaScript
/**
* 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) {
ConversationPart.State = {
Open: "open",
Closed: "closed",
Snoozed: "snoozed",
};
})(ConversationPart || (exports.ConversationPart = ConversationPart = {}));
;