1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 12:54:06 +02:00

型の漏れを修正

This commit is contained in:
syuilo
2025-08-27 17:05:29 +09:00
parent 439337a108
commit e72da587e4
2 changed files with 17 additions and 1 deletions

View File

@@ -203,6 +203,9 @@ export type ModerationLog = {
} | {
type: 'deleteChatRoom';
info: ModerationLogPayloads['deleteChatRoom'];
} | {
type: 'updateProxyAccountDescription';
info: ModerationLogPayloads['updateProxyAccountDescription'];
});
export type ServerStats = {