Property 'isNewUser' does not exist on type '{}'** Route.useSearch
isNewUser as an optional string parameter:However, when I try to access
isNewUser from the search params:TypeScript gives me the error: "Property 'isNewUser' does not exist on type '{}'"
It seems like the type inference isn't working correctly with the zod schema. How can I fix this type issue?