/**
 * This file was auto-generated by Fern from our API Definition.
 */
/**
 * @example
 *     {
 *         user_id: "user_id"
 *     }
 */
export interface FindVisitorRequest {
    /**
     * The user_id of the Visitor you want to retrieve.
     */
    user_id: string;
}
