mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 03:12:29 +00:00
ref(TS) Convert some base files to TS (#12226)
This commit is contained in:
5
globals.d.ts
vendored
5
globals.d.ts
vendored
@@ -1,4 +1,5 @@
|
||||
import { IStore } from "./react/features/app/types";
|
||||
import { IConfig } from "./react/features/base/config/configType";
|
||||
|
||||
export {};
|
||||
|
||||
@@ -10,4 +11,8 @@ declare global {
|
||||
conference: any;
|
||||
};
|
||||
const interfaceConfig: any;
|
||||
|
||||
interface Window {
|
||||
config?: IConfig;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user