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 72c8ab4 commit 94494beCopy full SHA for 94494be
index.d.ts
@@ -45,6 +45,7 @@ declare namespace fastgateway {
45
queryString?: string,
46
[x: string]: any
47
}
48
+
49
interface Options<P extends restana.Protocol> {
50
server?: restana.Server<P>;
51
restana?: {};
0 commit comments