import type { CommunityReportView } from "./CommunityReportView"; /** * A community report response. */ export type CommunityReportResponse = { community_report_view: CommunityReportView; };