intercom-client
Version:
Official Node bindings to the Intercom API
19 lines (18 loc) • 562 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.TicketTypeAttribute = void 0;
var TicketTypeAttribute;
(function (TicketTypeAttribute) {
TicketTypeAttribute.DataType = {
String: "string",
List: "list",
Integer: "integer",
Decimal: "decimal",
Boolean: "boolean",
Datetime: "datetime",
Files: "files",
};
})(TicketTypeAttribute || (exports.TicketTypeAttribute = TicketTypeAttribute = {}));
;