fix(frontend): localeの型を生成 (#15285)

This commit is contained in:
かっこかり 2025-01-15 11:34:40 +09:00 committed by GitHub
parent 002e939003
commit 66532333cd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

4
locales/index.d.ts vendored
View File

@ -210,6 +210,10 @@ export interface Locale extends ILocale {
* *
*/ */
"copyLink": string; "copyLink": string;
/**
*
*/
"copyRemoteLink": string;
/** /**
* *
*/ */