UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

19 lines (18 loc) 592 B
"use strict"; // This file was auto-generated by Fern from our API Definition. Object.defineProperty(exports, "__esModule", { value: true }); exports.LinkedObject = void 0; var LinkedObject; (function (LinkedObject) { /** ticket or conversation */ LinkedObject.Type = { Ticket: "ticket", Conversation: "conversation", }; /** Category of the Linked Ticket Object. */ LinkedObject.Category = { Customer: "Customer", BackOffice: "Back-office", Tracker: "Tracker", }; })(LinkedObject || (exports.LinkedObject = LinkedObject = {}));