Annotate return type of createExpressServer
with more narrow type
#1244
Labels
flag: needs discussion
Issues which needs discussion before implementation.
type: feature
Issues related to new features.
Description
Currently,
createExpressServer
function returnsany
.It is the serious type safety crack for the application.
Proposed solution
I suppose, it must be
Express
type from express package or the superset of theExpress
.The text was updated successfully, but these errors were encountered: