TypeScript body fix
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -324,7 +324,7 @@ type RouterResponse = {
|
||||
* Either an `object` (will be converted to JSON) or a string
|
||||
*/
|
||||
body: {
|
||||
[key: string]: string
|
||||
[key: string]: any
|
||||
} | string
|
||||
/**
|
||||
* Upgraded websocket connection
|
||||
|
||||
Reference in New Issue
Block a user