Type Alias CreateCommentReport

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

Report a comment.

Type declaration

  • comment_id: CommentId
  • reason: string
  • Optionalviolates_instance_rules?: boolean