mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
ref(TS ) Improve TS (#12491)
Remove global variables from files Change type to interface
This commit is contained in:
5
globals.d.ts
vendored
5
globals.d.ts
vendored
@@ -9,6 +9,11 @@ declare global {
|
||||
UI: any;
|
||||
API: any;
|
||||
conference: any;
|
||||
debugLogs: any;
|
||||
keyboardshortcut: {
|
||||
registerShortcut: Function;
|
||||
unregisterShortcut: Function;
|
||||
}
|
||||
};
|
||||
const interfaceConfig: any;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user