This commit is contained in:
tamaina 2025-08-28 23:42:03 +09:00
parent 57cfbde973
commit f2115a06c9
2 changed files with 2 additions and 1 deletions

View File

@ -2815,7 +2815,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'];

View File

@ -13554,6 +13554,7 @@ export interface operations {
content: { content: {
'application/json': { 'application/json': {
uri: string; uri: string;
onlyUriFetch?: boolean;
}; };
}; };
}; };