intercom-client
Version:
Official Node bindings to the Intercom API
10 lines (9 loc) • 329 B
JavaScript
// This file was auto-generated by Fern from our API Definition.
export var CustomChannelContact;
(function (CustomChannelContact) {
/** Type of contact, must be "user" or "lead". */
CustomChannelContact.Type = {
User: "user",
Lead: "lead",
};
})(CustomChannelContact || (CustomChannelContact = {}));