import type { CommunityReportId } from "./CommunityReportId"; /** * Resolve a community report. */ export type ResolveCommunityReport = { report_id: CommunityReportId; resolved: boolean; };