export interface ISubmitReportReq { reportType: string; summary: string; description?: string; userAddress?: string; msafeAddress?: string; stack?: string; contactType: string; contract: string; }