Core: Make unspecified request params the express default, instead of unkown
sinclairnick opened this issue · 0 comments
sinclairnick commented
This will increase API compat with other express middleware. Currently requires casting to Request<any, ...>
to prevent ts complaining