intercom-client
Version:
Official Node bindings to the Intercom API
18 lines • 667 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataType = exports.ModelType = void 0;
var ModelType;
(function (ModelType) {
ModelType["CONTACT"] = "contact";
ModelType["COMPANY"] = "company";
ModelType["CONVERSATION"] = "conversation";
})(ModelType = exports.ModelType || (exports.ModelType = {}));
var DataType;
(function (DataType) {
DataType["STRING"] = "string";
DataType["INTEGER"] = "integer";
DataType["FLOAT"] = "float";
DataType["BOOLEAN"] = "boolean";
DataType["DATE"] = "date";
})(DataType = exports.DataType || (exports.DataType = {}));
//# sourceMappingURL=dataAttribute.types.js.map