intercom-client
Version:
Official Node bindings to the Intercom API
13 lines (12 loc) • 450 B
JavaScript
;
// This file was auto-generated by Fern from our API Definition.
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArticleContent = void 0;
var ArticleContent;
(function (ArticleContent) {
/** Whether the article is `published` or is a `draft` . */
ArticleContent.State = {
Published: "published",
Draft: "draft",
};
})(ArticleContent || (exports.ArticleContent = ArticleContent = {}));