import type { CommentReportView } from "./CommentReportView"; /** * The comment report response. */ export type CommentReportResponse = { comment_report_view: CommentReportView; };