We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 983260a + 22f3987 commit fb62f90Copy full SHA for fb62f90
1 file changed
express-zod-api/src/middleware.ts
@@ -8,7 +8,7 @@ import { Security } from "./security";
8
import { ActualLogger } from "./logger-helpers";
9
10
type Handler<IN, OPT, OUT> = (params: {
11
- /** @desc The inputs from the enabled input sources validated against final input schema of the Middleware */
+ /** @desc The inputs from the enabled input sources validated against the input schema of the Middleware */
12
input: IN;
13
/**
14
* @desc The returns of the previously executed Middlewares (typed when chaining Middlewares)
0 commit comments