intercom-client
Version:
Official Node bindings to the Intercom API
14 lines (13 loc) • 346 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) {
Recipient.Type = {
User: "user",
Lead: "lead",
};
})(Recipient || (exports.Recipient = Recipient = {}));
;