Interface CommentReportResponse

interface CommentReportResponse {
    comment_report_view: CommentReportView;
}

Properties

comment_report_view: CommentReportView