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

update autogen types

This commit is contained in:
Hazel K
2024-10-07 10:41:18 -04:00
parent 844dfaaf5d
commit c77e90d98a

View File

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