Skip to content

Commit 018e1af

Browse files
fix(typings): allow any value in the query option
Related: #679
1 parent 8f68f77 commit 018e1af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/socket.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ export interface SocketOptions {
3232
/**
3333
* Any query parameters in our uri. Set from the URI passed when connecting
3434
*/
35-
query: { [key: string]: string };
35+
query: { [key: string]: any };
3636

3737
/**
3838
* `http.Agent` to use, defaults to `false` (NodeJS only)

0 commit comments

Comments
 (0)