spring
2026-07-03 f10cf167372f2d8c4c0e14f42f361d7ab96d8347
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';