/**
* This file was auto-generated by Fern from our API Definition.
*//**
* @example
* {
* ticket_id: "ticket_id"
* }
*/
export interfaceFindTicketRequest{
/**
* The unique identifier for the ticket which is given by Intercom.
*/
ticket_id: string;
}