export interface ICreateReportReq { reportType: string; summary: string; description?: string; userAddress?: string; msafeAddress?: string; stack?: string; contactType: string; contact: string; }