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

This commit is contained in:
Robert Pintilii
2022-09-19 10:40:03 +03:00
committed by GitHub
parent ffe005ba0a
commit 6dd04136de
19 changed files with 134 additions and 110 deletions

6
globals.d.ts vendored Normal file
View File

@@ -0,0 +1,6 @@
export {};
declare global {
const APP: any;
const interfaceConfig: any;
}