Skip to content

Commit a08e8d8

Browse files
author
Deepesh Mehta
committed
missing optional
1 parent 2eb85ba commit a08e8d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ declare namespace fastgateway {
3636
interface Hooks {
3737
onRequest?: Function,
3838
rewriteHeaders?: Function,
39-
onResponse: Function,
39+
onResponse?: Function,
4040
}
4141
interface Options<P extends restana.Protocol> {
4242
server?: restana.Server<P>;

0 commit comments

Comments
 (0)