1
0

fix frontend lint errors

This commit is contained in:
Hazelnoot
2025-04-02 10:57:35 -04:00
parent 33b9f998da
commit 74d301dcf1
13 changed files with 54 additions and 41 deletions
+4
View File
@@ -12868,6 +12868,10 @@ export interface Locale extends ILocale {
* The configuration property 'checkActivityPubGetSignature' has been deprecated and replaced with the new Authorized Fetch setting. Please remove it from your configuration file.
*/
"authorizedFetchLegacyWarning": string;
/**
* Deleted
*/
"deleted": string;
}
declare const locales: {
[lang: string]: Locale;