import type * as Intercom from "../../../../index.js"; /** * @example * { * ticket_type_id: "1234", * contacts: [{ * id: "6762f2d81bb69f9f2193bc54" * }] * } */ export interface CreateTicketRequest extends Intercom.CreateTicketRequestBody { /** Option to disable notifications when a Ticket is created. */ skip_notifications?: boolean; }