/**
 * @example
 *     {
 *         ticket_id: "ticket_id"
 *     }
 */
export interface FindTicketRequest {
    /** The unique identifier for the ticket which is given by Intercom. */
    ticket_id: string;
}
