Skip to content

Commit 6088039

Browse files
chore: correct types for connection manager events
1 parent 06a42d3 commit 6088039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/connectionController.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ const log = createLogger('connection controller');
4040
const MAX_CONNECTION_NAME_LENGTH = 512;
4141

4242
interface DataServiceEventTypes {
43-
CONNECTIONS_DID_CHANGE: any;
44-
ACTIVE_CONNECTION_CHANGED: any;
43+
CONNECTIONS_DID_CHANGE: [];
44+
ACTIVE_CONNECTION_CHANGED: [];
4545
}
4646

4747
export enum ConnectionTypes {

0 commit comments

Comments
 (0)