jiti-meet/globals.d.ts

14 lines
224 B
TypeScript
Raw Normal View History

import { IStore } from "./react/features/app/types";
export {};
declare global {
const APP: {
store: IStore;
UI: any;
API: any;
conference: any;
};
const interfaceConfig: any;
}