Skip to content

Commit

Permalink
Update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
syuilo committed Oct 3, 2024
1 parent 5d9a9b4 commit ed15767
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions locales/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9285,6 +9285,10 @@ export interface Locale extends ILocale {
* {x}のエクスポートが完了しました
*/
"exportOfXCompleted": ParameterizedString<"x">;
/**
* ログインがありました
*/
"login": string;
"_types": {
/**
* すべて
Expand Down Expand Up @@ -9342,6 +9346,10 @@ export interface Locale extends ILocale {
* エクスポートが完了した
*/
"exportCompleted": string;
/**
* ログイン
*/
"login": string;
/**
* 通知のテスト
*/
Expand Down

0 comments on commit ed15767

Please sign in to comment.