UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

15 lines (14 loc) 420 B
"use strict"; /** * This file was auto-generated by Fern from our API Definition. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.InputComponent = void 0; var InputComponent; (function (InputComponent) { InputComponent.SaveState = { Unsaved: "unsaved", Saved: "saved", Failed: "failed", }; })(InputComponent || (exports.InputComponent = InputComponent = {}));