intercom-client
Version:
Official Node bindings to the Intercom API
21 lines (20 loc) • 553 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.DataAttribute = void 0;
var DataAttribute;
(function (DataAttribute) {
DataAttribute.Model = {
Contact: "contact",
Company: "company",
};
DataAttribute.DataType = {
String: "string",
Integer: "integer",
Float: "float",
Boolean: "boolean",
Date: "date",
};
})(DataAttribute || (exports.DataAttribute = DataAttribute = {}));
;