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
|
* Either an `object` (will be converted to JSON) or a string
|
||||||
*/
|
*/
|
||||||
body: {
|
body: {
|
||||||
[key: string]: string
|
[key: string]: any
|
||||||
} | string
|
} | string
|
||||||
/**
|
/**
|
||||||
* Upgraded websocket connection
|
* Upgraded websocket connection
|
||||||
|
|||||||
Reference in New Issue
Block a user