Interface ListCommentReportsResponse

interface ListCommentReportsResponse {
    comment_reports: CommentReportView[];
}

Properties

Properties

comment_reports: CommentReportView[]