UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

16 lines (15 loc) 439 B
"use strict"; /** * This file was auto-generated by Fern from our API Definition. */ Object.defineProperty(exports, "__esModule", { value: true }); exports.TicketPartAuthor = void 0; var TicketPartAuthor; (function (TicketPartAuthor) { TicketPartAuthor.Type = { Admin: "admin", Bot: "bot", Team: "team", User: "user", }; })(TicketPartAuthor || (exports.TicketPartAuthor = TicketPartAuthor = {}));