UNPKG

intercom-client

Version:

Official Node bindings to the Intercom API

16 lines (15 loc) 319 B
/** * This file was auto-generated by Fern from our API Definition. */ /** * @example * { * ticket_type_id: "ticket_type_id" * } */ export interface FindTicketTypeRequest { /** * The unique identifier for the ticket type which is given by Intercom. */ ticket_type_id: string; }