UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

16 lines (15 loc) 401 B
"use strict"; /** * This file was auto-generated by Fern from our API Definition. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.Message = void 0; var Message; (function (Message) { Message.MessageType = { Email: "email", Inapp: "inapp", Facebook: "facebook", Twitter: "twitter", }; })(Message || (exports.Message = Message = {}));