import type { ReportFormsSubjects } from '../runtime/constants/report-forms-subjects'; export interface IReportForm { categoryName: ReportFormsSubjects reason: string url: string token: string data: Record }