import type { IReportForm } from '~/types/report-form'; export interface IReportRequest { form: IReportForm, guid: string }