export interface WfValidationResult { valid: boolean; warningList?: { id: string; title: string; msg: string; type: string; }[]; type?: string; level?: string; message?: string; }