Type Alias CommunityReportView

CommunityReportView: {
    community: Community;
    community_report: CommunityReport;
    counts: CommunityAggregates;
    creator: Person;
    resolver?: Person;
    subscribed: SubscribedType;
}

A community report view.

Type declaration