Browse Source

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

lipk 3 năm trước cách đây
mục cha
commit
93053c8d54
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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;
   }>;
 }