intercom-client
Version:
Official Node bindings to the Intercom API
18 lines (17 loc) • 667 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) {
/** The type of the data attribute (allowed values: "string list integer decimal boolean datetime files") */
TicketTypeAttribute.DataType = {
String: "string",
List: "list",
Integer: "integer",
Decimal: "decimal",
Boolean: "boolean",
Datetime: "datetime",
Files: "files",
};
})(TicketTypeAttribute || (exports.TicketTypeAttribute = TicketTypeAttribute = {}));