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