UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

16 lines (15 loc) 410 B
"use strict"; /** * This file was auto-generated by Fern from our API Definition. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Context = void 0; var Context; (function (Context) { Context.Location = { Conversation: "conversation", Home: "home", Message: "message", Operator: "operator", }; })(Context || (exports.Context = Context = {}));