浏览代码

feat(types): 获取动态步骤index

lipk 3 年之前
父节点
当前提交
93053c8d54
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      types/src/interface/api/processApi.ts

+ 1 - 0
types/src/interface/api/processApi.ts

@@ -10,5 +10,6 @@ export namespace PostGetProcessListByTemplateId {
     templateId: string;
     referenceProcessId: string;
     process?: IProcess;
+    processIndex?: number;
   }>;
 }