UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

12 lines (11 loc) 333 B
// This file was auto-generated by Fern from our API Definition. export var TicketPartAuthor; (function (TicketPartAuthor) { /** The type of the author */ TicketPartAuthor.Type = { Admin: "admin", Bot: "bot", Team: "team", User: "user", }; })(TicketPartAuthor || (TicketPartAuthor = {}));