ref(TS) Convert some files to TS (#12364)

This commit is contained in:
Robert Pintilii
2022-10-17 14:28:01 +03:00
committed by GitHub
parent dd6478b3cf
commit 2a321d6b1f
23 changed files with 205 additions and 218 deletions

2
globals.d.ts vendored
View File

@@ -20,4 +20,6 @@ declare global {
}
const config: IConfig;
const JitsiMeetJS: any;
}