diff --git a/docs/types.md b/docs/types.md index d9525ed..88b46e5 100644 --- a/docs/types.md +++ b/docs/types.md @@ -73,7 +73,7 @@ type Community = { rules?: CommunityRule[]; - reportDetails?: { + ReportsDetails?: { noReports: int; // Total reports count noPostReports: int; // Reported posts count noCommentReports: int; // Reported comments count