We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Params type of middleware function is not exportable
Mark it with export: export type Params
export
export type Params
It was possible to import it in 6.1.* which was very useful in creating wrappers around given middleware
6.1.*
The text was updated successfully, but these errors were encountered:
Yes, please! My upgrade path from 6.x to 7.x would've been very simple if the Params type got exported in 7.x.
Sorry, something went wrong.
feat: export middleware options type. closes auth0#308
3fdd21d
25a30f0
No branches or pull requests
Describe the problem you'd like to have solved
Params type of middleware function is not exportable
Describe the ideal solution
Mark it with
export
:export type Params
Additional context
It was possible to import it in
6.1.*
which was very useful in creating wrappers around given middlewareThe text was updated successfully, but these errors were encountered: