intercom-client
Version:
Official Node bindings to the Intercom API
14 lines (13 loc) • 344 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.Segment = void 0;
var Segment;
(function (Segment) {
Segment.PersonType = {
Contact: "contact",
User: "user",
};
})(Segment || (exports.Segment = Segment = {}));
;