Update index.d.ts
This commit is contained in:
parent
b43de4ecfa
commit
c50ad129a0
|
@ -10356,6 +10356,10 @@ export interface Locale extends ILocale {
|
||||||
* 予約ノートが投稿されました
|
* 予約ノートが投稿されました
|
||||||
*/
|
*/
|
||||||
"scheduledNotePosted": string;
|
"scheduledNotePosted": string;
|
||||||
|
/**
|
||||||
|
* 予約ノートの投稿に失敗しました
|
||||||
|
*/
|
||||||
|
"scheduledNotePostFailed": string;
|
||||||
/**
|
/**
|
||||||
* 新しい投稿
|
* 新しい投稿
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue