Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This is the original comment that leads to this issue: #1484 (comment)
Describe the solution you'd like
Add deprecation warnings, then removeExpr type hint in a later release
Describe alternatives you've considered
Leave as is
Additional context
We only allow specific values, so we can check them at the function invocation.
Is your feature request related to a problem or challenge? Please describe what you are trying to do.
This is the original comment that leads to this issue: #1484 (comment)
Describe the solution you'd like
Add deprecation warnings, then remove
Exprtype hint in a later releaseDescribe alternatives you've considered
Leave as is
Additional context
We only allow specific values, so we can check them at the function invocation.