lemmy-js-client
    Preparing search index...

    Type Alias CreateCommentReport

    Report a comment.

    type CreateCommentReport = {
        comment_id: CommentId;
        reason: string;
        violates_instance_rules?: boolean;
    }
    Index

    Properties

    comment_id: CommentId
    reason: string
    violates_instance_rules?: boolean