UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

14 lines (13 loc) 425 B
"use strict"; // This file was auto-generated by Fern from our API Definition. Object.defineProperty(exports, "__esModule", { value: true }); exports.TicketReply = void 0; var TicketReply; (function (TicketReply) { /** Type of the part */ TicketReply.PartType = { Note: "note", Comment: "comment", QuickReply: "quick_reply", }; })(TicketReply || (exports.TicketReply = TicketReply = {}));