UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

10 lines (9 loc) 360 B
// This file was auto-generated by Fern from our API Definition. export var NewsItemRequest; (function (NewsItemRequest) { /** News items will not be visible to your users in the assigned newsfeeds until they are set live. */ NewsItemRequest.State = { Draft: "draft", Live: "live", }; })(NewsItemRequest || (NewsItemRequest = {}));