1
0

update autogen types

This commit is contained in:
Hazel K
2024-10-07 11:21:52 -04:00
parent 6cfadb1f61
commit 9137ae1eef
+1
View File
@@ -7971,6 +7971,7 @@ export type operations = {
host: string; host: string;
isSuspended?: boolean; isSuspended?: boolean;
isNSFW?: boolean; isNSFW?: boolean;
rejectReports?: boolean;
moderationNote?: string; moderationNote?: string;
}; };
}; };