lemmy-js-client
    Preparing search index...

    Type Alias ResolveCommentReport

    Resolve a comment report (only doable by mods).

    type ResolveCommentReport = {
        conclusion?: string;
        report_id: CommentReportId;
        resolved: boolean;
    }
    Index
    conclusion?: string
    report_id: CommentReportId
    resolved: boolean