UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

18 lines (17 loc) 545 B
"use strict"; /** * This file was auto-generated by Fern from our API Definition. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdateArticleRequest = void 0; var UpdateArticleRequest; (function (UpdateArticleRequest) { UpdateArticleRequest.State = { Published: "published", Draft: "draft", }; UpdateArticleRequest.ParentType = { Collection: "collection", Section: "section", }; })(UpdateArticleRequest || (exports.UpdateArticleRequest = UpdateArticleRequest = {}));