1
0
mirror of https://git.boykissers.com/pawkey/pawkey-sk.git synced 2025-12-20 04:04:16 +00:00

update autogen types

This commit is contained in:
Hazel K
2024-10-07 11:21:52 -04:00
parent 6cfadb1f61
commit 9137ae1eef

View File

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