UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

11 lines (10 loc) 303 B
// This file was auto-generated by Fern from our API Definition. export var TicketReply; (function (TicketReply) { /** Type of the part */ TicketReply.PartType = { Note: "note", Comment: "comment", QuickReply: "quick_reply", }; })(TicketReply || (TicketReply = {}));