Skip to content

Commit

Permalink
fix(typings): allow any value in the query option
Browse files Browse the repository at this point in the history
Related: #679
  • Loading branch information
darrachequesne committed Nov 5, 2021
1 parent 8f68f77 commit 018e1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export interface SocketOptions {
/**
* Any query parameters in our uri. Set from the URI passed when connecting
*/
query: { [key: string]: string };
query: { [key: string]: any };

/**
* `http.Agent` to use, defaults to `false` (NodeJS only)
Expand Down

0 comments on commit 018e1af

Please sign in to comment.