src/api/workflow/workflowCommon/types.ts
@@ -1,7 +1,9 @@ import { NodeConfigVO } from '@/api/workflow/nodeConfig/types'; import { DefinitionConfigVO } from '@/api/workflow/definitionConfig/types'; export interface RouterJumpVo { wfNodeConfigVo: NodeConfigVO; wfDefinitionConfigVo: DefinitionConfigVO; businessKey: string; taskId: string; type: string;