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
This causes the register function error:
The required parameter is obviously not in the type UnknownParams.
Is there a way to register a handler with a required type like this?
Or a workaround?
The text was updated successfully, but these errors were encountered:
I have generated my types with
openapi-client-axios-typegen
.The path parameter is added to the
Context
of the following endpoint:This causes the register function error:
The required parameter is obviously not in the type
UnknownParams
.Is there a way to register a handler with a required type like this?
Or a workaround?
The text was updated successfully, but these errors were encountered: