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 06a42d3 commit 6088039Copy full SHA for 6088039
src/connectionController.ts
@@ -40,8 +40,8 @@ const log = createLogger('connection controller');
40
const MAX_CONNECTION_NAME_LENGTH = 512;
41
42
interface DataServiceEventTypes {
43
- CONNECTIONS_DID_CHANGE: any;
44
- ACTIVE_CONNECTION_CHANGED: any;
+ CONNECTIONS_DID_CHANGE: [];
+ ACTIVE_CONNECTION_CHANGED: [];
45
}
46
47
export enum ConnectionTypes {
0 commit comments