Skip to content

Commit 297b9d3

Browse files
author
Deepesh Mehta
committed
Added Opts Definition
1 parent 1589888 commit 297b9d3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ declare namespace fastgateway {
1616
type: string;
1717
}
1818

19+
interface Opts {
20+
server?: Function,
21+
middlewares?: Function[],
22+
routes?: Route[],
23+
}
1924
interface Route {
2025
proxyType?: Type;
2126
fastProxy?: {};

0 commit comments

Comments
 (0)