mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-05-20 19:24:34 +00:00
Previously, we were using the "NextHandleFunction" from connect, which just takes in a raw IncomingMessage. However, swagger-tools actually augments the request with a "swagger" field which contains information from swagger-tools. The types are now updated to reflect this.