ref(TS) Convert some features to TS (#12651)

This commit is contained in:
Robert Pintilii
2022-12-14 14:23:07 +02:00
committed by GitHub
parent f5ac1b6271
commit aef5328aeb
30 changed files with 243 additions and 242 deletions

1
globals.d.ts vendored
View File

@@ -24,6 +24,7 @@ declare global {
JITSI_MEET_LITE_SDK?: boolean;
interfaceConfig?: any;
JitsiMeetJS?: any;
JitsiMeetElectron?: any;
}
const config: IConfig;