/**
 * 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;
}
