diff --git a/src/types/ListReports.ts b/src/types/ListReports.ts index 45d5a76..067af5d 100644 --- a/src/types/ListReports.ts +++ b/src/types/ListReports.ts @@ -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; };