/** * @example * { * user_id: "user_id" * } */ export interface FindVisitorRequest { /** The user_id of the Visitor you want to retrieve. */ user_id: string; }