Interface ListPostReportsResponse

interface ListPostReportsResponse {
    post_reports: PostReportView[];
}

Properties

Properties

post_reports: PostReportView[]