UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

14 lines (13 loc) 342 B
"use strict"; /** * This file was auto-generated by Fern from our API Definition. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.NewsItem = void 0; var NewsItem; (function (NewsItem) { NewsItem.State = { Draft: "draft", Live: "live", }; })(NewsItem || (exports.NewsItem = NewsItem = {}));