import { ProcessWorkflowType } from ".."; export interface ProcessWorkflowData { type: ProcessWorkflowType; comment: string; messageToApprover: string; }