gaoluyang
2026-06-24 bfdc0e0e6d5e47aa501f9b6fadd143d9c97cf00a
src/api/bpm/processInstance/index.ts
@@ -1,8 +1,8 @@
import type {
  BpmCandidateStrategyEnum,
  BpmNodeTypeEnum,
} from '..\..\..\packages\constants\src';
import type { PageParam, PageResult } from '..\..\..\packages\effects\request\src';
} from '../../../packages/constants/src';
import type { PageParam, PageResult } from '../../../packages/effects/request/src';
import type { BpmTaskApi } from '../task';