We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f68f77 commit 018e1afCopy full SHA for 018e1af
lib/socket.ts
@@ -32,7 +32,7 @@ export interface SocketOptions {
32
/**
33
* Any query parameters in our uri. Set from the URI passed when connecting
34
*/
35
- query: { [key: string]: string };
+ query: { [key: string]: any };
36
37
38
* `http.Agent` to use, defaults to `false` (NodeJS only)
0 commit comments