UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

10 lines (9 loc) 286 B
// This file was auto-generated by Fern from our API Definition. export var Recipient; (function (Recipient) { /** The role associated to the contact - `user` or `lead`. */ Recipient.Type = { User: "user", Lead: "lead", }; })(Recipient || (Recipient = {}));