Update index.d.ts
This commit is contained in:
parent
1df5826a7e
commit
c644616205
|
@ -10328,6 +10328,10 @@ export interface Locale extends ILocale {
|
|||
* アンケートの結果が出ました
|
||||
*/
|
||||
"pollEnded": string;
|
||||
/**
|
||||
* 予約ノートが投稿されました
|
||||
*/
|
||||
"scheduledNotePosted": string;
|
||||
/**
|
||||
* 新しい投稿
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue