add websocket support
This commit is contained in:
4
index.d.ts
vendored
4
index.d.ts
vendored
@@ -302,6 +302,10 @@ type RouterResponse = {
|
||||
body: {
|
||||
[key: string]: string
|
||||
} | string
|
||||
/**
|
||||
* Upgraded websocket connection
|
||||
*/
|
||||
webSocket?: WebSocket
|
||||
}
|
||||
/**
|
||||
* Next Function
|
||||
|
||||
Reference in New Issue
Block a user