fix(misskey-js): run api extractor (#16476)

This commit is contained in:
かっこかり 2025-08-29 13:37:17 +09:00 committed by GitHub
parent def148d7a6
commit 328301ffc2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -2809,7 +2809,7 @@ type ModerationLog = {
id: ID; id: ID;
createdAt: DateString; createdAt: DateString;
userId: User['id']; userId: User['id'];
user: UserDetailedNotMe | null; user: UserDetailedNotMe;
} & ({ } & ({
type: 'updateServerSettings'; type: 'updateServerSettings';
info: ModerationLogPayloads['updateServerSettings']; info: ModerationLogPayloads['updateServerSettings'];