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 3469196 commit d15a0a6Copy full SHA for d15a0a6
index.d.ts
@@ -47,7 +47,7 @@ declare namespace fastgateway {
47
}
48
49
interface Options<P extends restana.Protocol> {
50
- server?: restana.Server<P>;
+ server?: Object | restana.Service<P> | Express.Application;
51
restana?: {};
52
middlewares?: Function[];
53
pathRegex?: string;
0 commit comments