You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is no export of the User type representing the user, so Typescript users cannot type things based on that without grabbing it via return types of other methods etc.
Reproduction
see above
Additional context
No response
nextjs-auth0 version
4.0.0-beta.7
Next.js version
15
Node.js version
22
The text was updated successfully, but these errors were encountered:
We consolidated the types to be available under the /types submodule and the User can now be imported as follows: import { User } from "@auth0/nextjs-auth0/types"; in 4.0.0-beta.8.
Checklist
Description
There is no export of the User type representing the user, so Typescript users cannot type things based on that without grabbing it via return types of other methods etc.
Reproduction
see above
Additional context
No response
nextjs-auth0 version
4.0.0-beta.7
Next.js version
15
Node.js version
22
The text was updated successfully, but these errors were encountered: