UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

10 lines (9 loc) 322 B
// This file was auto-generated by Fern from our API Definition. export var ArticleContent; (function (ArticleContent) { /** Whether the article is `published` or is a `draft` . */ ArticleContent.State = { Published: "published", Draft: "draft", }; })(ArticleContent || (ArticleContent = {}));