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