update autogen types

This commit is contained in:
Hazel K 2024-10-07 11:21:52 -04:00
parent 6cfadb1f61
commit 9137ae1eef
1 changed files with 1 additions and 0 deletions

View File

@ -7971,6 +7971,7 @@ export type operations = {
host: string;
isSuspended?: boolean;
isNSFW?: boolean;
rejectReports?: boolean;
moderationNote?: string;
};
};