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.
1 parent f678219 commit f35f2f8Copy full SHA for f35f2f8
templates/boltzmann.d.ts
@@ -130,7 +130,7 @@ export namespace middleware {
130
}
131
132
export function test(options?: {
133
- middleware?: Middleware[]
+ middleware?: (Middleware | [Middleware, ...any[]])[]
134
handlers?: { [key: string]: Handler }
135
bodyParsers?: BodyParser[]
136
after?: (xs: any) => any
@@ -152,7 +152,7 @@ export namespace decorators {
152
153
154
155
156
157
158
0 commit comments