intercom-client
Version:
Official Node bindings to the Intercom API
19 lines (18 loc) • 504 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Conversation = void 0;
var Conversation;
(function (Conversation) {
Conversation.State = {
Open: "open",
Closed: "closed",
Snoozed: "snoozed",
};
Conversation.Priority = {
Priority: "priority",
NotPriority: "not_priority",
};
})(Conversation || (exports.Conversation = Conversation = {}));
;