lemmy-js-client
    Preparing search index...

    Type Alias ResolveCommentReport

    Resolve a comment report (only doable by mods).

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

    Properties

    report_id: CommentReportId
    resolve_reason?: string
    resolved: boolean