UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

14 lines (13 loc) 364 B
/** * This file was auto-generated by Fern from our API Definition. */ import * as Intercom from "../../../index"; /** * The list of contacts affected by a ticket. */ export interface TicketContacts { /** always contact.list */ type: "contact.list"; /** The list of contacts affected by this ticket. */ contacts: Intercom.ContactReference[]; }