api
This commit is contained in:
parent
57cfbde973
commit
f2115a06c9
|
@ -2815,7 +2815,7 @@ type ModerationLog = {
|
|||
id: ID;
|
||||
createdAt: DateString;
|
||||
userId: User['id'];
|
||||
user: UserDetailedNotMe | null;
|
||||
user: UserDetailedNotMe;
|
||||
} & ({
|
||||
type: 'updateServerSettings';
|
||||
info: ModerationLogPayloads['updateServerSettings'];
|
||||
|
|
|
@ -13554,6 +13554,7 @@ export interface operations {
|
|||
content: {
|
||||
'application/json': {
|
||||
uri: string;
|
||||
onlyUriFetch?: boolean;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue