show_mod_reports

This commit is contained in:
Felix Ableitner 2025-02-05 15:58:27 +01:00
parent 82e98069c2
commit ebdb90d94f

View file

@ -26,4 +26,8 @@ export type ListReports = {
community_id?: CommunityId;
page_cursor?: ReportCombinedPaginationCursor;
page_back?: boolean;
/**
* Only for admins: also show reports destined to community mods
*/
show_mod_reports?: boolean;
};