jiti-meet/globals.d.ts

7 lines
83 B
TypeScript
Raw Normal View History

export {};
declare global {
const APP: any;
const interfaceConfig: any;
}