Skip to content

Type Alias: ListReports

ts
type ListReports = PageParams & object;

Defined in: src/types/ListReports.ts:6

List comment reports.

Type Declaration

NameTypeDescriptionDefined in
community_id?numberif no community is given, it returns reports for all communities moderated by the auth usersrc/types/ListReports.ts:10
unresolved_only?booleanOnly shows the unresolved reportssrc/types/ListReports.ts:14