wip
This commit is contained in:
4
src/client/@types/global.d.ts
vendored
4
src/client/@types/global.d.ts
vendored
@@ -1,4 +1,6 @@
|
||||
declare const _LANGS_: string[];
|
||||
declare const _LANG_: string;
|
||||
declare const _LANGS_: string[][];
|
||||
declare const _LOCALE_: Record<string, any>;
|
||||
declare const _VERSION_: string;
|
||||
declare const _ENV_: string;
|
||||
declare const _DEV_: boolean;
|
||||
|
Reference in New Issue
Block a user