UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

15 lines (14 loc) 413 B
import type * as Intercom from "../../../../index.mjs"; /** * @example * { * ticket_type_id: "1234", * contacts: [{ * id: "6762f2d81bb69f9f2193bc54" * }] * } */ export interface EnqueueCreateTicketRequest extends Intercom.CreateTicketRequestBody { /** Option to disable notifications when a Ticket is created. */ skip_notifications?: boolean; }