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

This commit is contained in:
かっこかり
2025-01-15 11:34:40 +09:00
committed by GitHub
parent 002e939003
commit 66532333cd

4
locales/index.d.ts vendored
View File

@@ -210,6 +210,10 @@ export interface Locale extends ILocale {
* リンクをコピー * リンクをコピー
*/ */
"copyLink": string; "copyLink": string;
/**
* リモートのリンクをコピー
*/
"copyRemoteLink": string;
/** /**
* リノートのリンクをコピー * リノートのリンクをコピー
*/ */