UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

16 lines (15 loc) 468 B
// This file was auto-generated by Fern from our API Definition. export 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 || (LinkedObject = {}));