diff options
| author | Hazelnoot <acomputerdog@gmail.com> | 2025-04-02 10:57:35 -0400 |
|---|---|---|
| committer | Hazelnoot <acomputerdog@gmail.com> | 2025-04-02 10:59:23 -0400 |
| commit | 74d301dcf1d8bb826ef9e44c1ae04497620e2a5e (patch) | |
| tree | cc269c4193199648bb8e21fbca92940c37630b79 /locales | |
| parent | exclude storybook components from restricted globals rule (diff) | |
| download | sharkey-74d301dcf1d8bb826ef9e44c1ae04497620e2a5e.tar.gz sharkey-74d301dcf1d8bb826ef9e44c1ae04497620e2a5e.tar.bz2 sharkey-74d301dcf1d8bb826ef9e44c1ae04497620e2a5e.zip | |
fix frontend lint errors
Diffstat (limited to 'locales')
| -rw-r--r-- | locales/index.d.ts | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/locales/index.d.ts b/locales/index.d.ts index 9f348cdd87..17bfcce8e9 100644 --- a/locales/index.d.ts +++ b/locales/index.d.ts @@ -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; |