import type { ReportStatus } from './ReportStatus'; /** * Returns this a report is successfully created */ export type ReportCreate = { data: ReportStatus; };