UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

12 lines (11 loc) 467 B
"use strict"; // This file was auto-generated by Fern from our API Definition. Object.defineProperty(exports, "__esModule", { value: true }); exports.UpdateArticleRequestBody = void 0; var UpdateArticleRequestBody; (function (UpdateArticleRequestBody) { UpdateArticleRequestBody.ParentType = { Collection: "collection", Section: "section", }; })(UpdateArticleRequestBody || (exports.UpdateArticleRequestBody = UpdateArticleRequestBody = {}));