intercom-client
Version:
Official Node bindings to the Intercom API
15 lines (14 loc) • 497 B
JavaScript
/**
* This file was auto-generated by Fern from our API Definition.
*/
Object.defineProperty(exports, "__esModule", { value: true });
exports.CreateTicketTypeRequest = void 0;
var CreateTicketTypeRequest;
(function (CreateTicketTypeRequest) {
CreateTicketTypeRequest.Category = {
Customer: "Customer",
BackOffice: "Back-office",
Tracker: "Tracker",
};
})(CreateTicketTypeRequest || (exports.CreateTicketTypeRequest = CreateTicketTypeRequest = {}));
;