intercom-client
Version:
Official Node bindings to the Intercom API
11 lines (10 loc) • 383 B
JavaScript
// This file was auto-generated by Fern from our API Definition.
export var CreateTicketTypeRequest;
(function (CreateTicketTypeRequest) {
/** Category of the Ticket Type. */
CreateTicketTypeRequest.Category = {
Customer: "Customer",
BackOffice: "Back-office",
Tracker: "Tracker",
};
})(CreateTicketTypeRequest || (CreateTicketTypeRequest = {}));