feat: 노트 게시를 예약할 수 있음 (yojo-art/cherrypick#483, [Type4ny-Project/Type4ny@271c872c](https://github.com/Type4ny-Project/Type4ny/commit/271c872c97f215ef5d8e0be62251dd422a52e5b1))
This commit is contained in:
Vendored
+8
@@ -8140,6 +8140,14 @@ export interface Locale extends ILocale {
|
||||
* ノートを作成・削除する
|
||||
*/
|
||||
"write:notes": string;
|
||||
/**
|
||||
* 予約投稿を見る
|
||||
*/
|
||||
"read:notes-schedule": string;
|
||||
/**
|
||||
* 予約投稿を作成・削除する
|
||||
*/
|
||||
"write:notes-schedule": string;
|
||||
/**
|
||||
* 通知を見る
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user