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
TypedRequest
Service.on
General .on handlers still use the untyped Request type for their parameters. This is another opportunity to use TypedRequest<T> for stricter typing.
.on
Request
TypedRequest<T>
Originally posted by @daogrady in #9 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
General
.on
handlers still use the untypedRequest
type for their parameters. This is another opportunity to useTypedRequest<T>
for stricter typing.Originally posted by @daogrady in #9 (comment)
The text was updated successfully, but these errors were encountered: