Type Alias: ListReports
ts
type ListReports = PageParams & object;Defined in: src/types/ListReports.ts:6
List comment reports.
Type Declaration
| Name | Type | Description | Defined in |
|---|---|---|---|
community_id? | number | if no community is given, it returns reports for all communities moderated by the auth user | src/types/ListReports.ts:10 |
unresolved_only? | boolean | Only shows the unresolved reports | src/types/ListReports.ts:14 |
