1
0

upd: add frontend option to export data

This commit is contained in:
Mar0xy
2023-11-07 11:38:50 +01:00
parent fabb876256
commit e409abdd40
4 changed files with 43 additions and 0 deletions
+6
View File
@@ -2509,6 +2509,12 @@ export interface Locale {
"confirm": string;
};
};
"_dataRequest": {
"title": string;
"warn": string;
"text": string;
"button": string;
};
}
declare const locales: {
[lang: string]: Locale;