소스 검색

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