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