UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

14 lines (13 loc) 518 B
// This file was auto-generated by Fern from our API Definition. export var CreateConversationRequest; (function (CreateConversationRequest) { let From; (function (From) { /** The role associated to the contact - user or lead. */ From.Type = { Lead: "lead", User: "user", Contact: "contact", }; })(From = CreateConversationRequest.From || (CreateConversationRequest.From = {})); })(CreateConversationRequest || (CreateConversationRequest = {}));