intercom-client
Version:
Official Node bindings to the Intercom API
15 lines (14 loc) • 529 B
JavaScript
// This file was auto-generated by Fern from our API Definition.
export 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 || (TicketTypeAttribute = {}));