Browse Source

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

lipk 3 years atrás
parent
commit
93053c8d54
1 changed files with 1 additions and 0 deletions
  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;
   }>;
 }