intercom-client
Version:
Official Node bindings to the Intercom API
13 lines (12 loc) • 404 B
JavaScript
;
// This file was auto-generated by Fern from our API Definition.
Object.defineProperty(exports, "__esModule", { value: true });
exports.Recipient = void 0;
var Recipient;
(function (Recipient) {
/** The role associated to the contact - `user` or `lead`. */
Recipient.Type = {
User: "user",
Lead: "lead",
};
})(Recipient || (exports.Recipient = Recipient = {}));