forked from mirrors/misskey
fix(misskey-js): run api extractor (#16476)
This commit is contained in:
@@ -2809,7 +2809,7 @@ type ModerationLog = {
|
||||
id: ID;
|
||||
createdAt: DateString;
|
||||
userId: User['id'];
|
||||
user: UserDetailedNotMe | null;
|
||||
user: UserDetailedNotMe;
|
||||
} & ({
|
||||
type: 'updateServerSettings';
|
||||
info: ModerationLogPayloads['updateServerSettings'];
|
||||
|
||||
Reference in New Issue
Block a user