lemmy-js-client
    Preparing search index...

    Type Alias ResolveCommentReport

    Resolve a comment report (only doable by mods).

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

    Properties

    Properties

    report_id: CommentReportId
    resolved: boolean