lemmy-js-client
    Preparing search index...

    Type Alias ResolveCommunityReport

    Resolve a community report.

    type ResolveCommunityReport = {
        report_id: CommunityReportId;
        resolved: boolean;
    }
    Index

    Properties

    Properties

    resolved: boolean