瀏覽代碼

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;
   }>;
 }