Skip to content

Commit c42f501

Browse files
Update src/lib/middleware-core.abstract.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 7f6296e commit c42f501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/middleware-core.abstract.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import { MiddlewareShape } from "../interface/middleware.shape";
99
* @template [Input=any]
1010
* @template [Output=void]
1111
* @template [Middleware=any]
12-
* @implements {MiddlewareShape<Input, Middleware>}
12+
* @implements {MiddlewareShape<Input, Output, Middleware>}
1313
*/
1414
export abstract class MiddlewareCore<
1515
Input = any,

0 commit comments

Comments
 (0)