Skip to content

Commit

Permalink
Add WebSocketClass to class
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Jun 22, 2024
1 parent e812049 commit abe7c9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javascript/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ interface ServerConfig {
token?: string;
method_timeout?: number;
name?: string;
WebSocketClass?: any;
}

interface LoginConfig {
Expand Down

0 comments on commit abe7c9d

Please sign in to comment.