enhance: 管理画面でアーカイブにしたお知らせを表示・編集できるように (#14286)

* enhance: 管理画面でアーカイブにしたお知らせを表示できるように

* Update Changelog
This commit is contained in:
かっこかり 2024-07-30 13:02:03 +09:00 committed by GitHub
parent b44313fe3c
commit de3ddb5b44
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 127 additions and 63 deletions

View file

@ -6091,6 +6091,11 @@ export type operations = {
untilId?: string;
/** Format: misskey:id */
userId?: string | null;
/**
* @default active
* @enum {string}
*/
status?: 'all' | 'active' | 'archived';
};
};
};