Просмотр исходного кода

feat(types): 添加IConditionSetting接口

LuoHaoxuan 3 лет назад
Родитель
Сommit
394921cf13
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      types/src/interface/process.ts

+ 6 - 0
types/src/interface/process.ts

@@ -366,3 +366,9 @@ export interface IBusinessApprovalItem {
   createdID?: string;
   createTime?: string;
 }
+
+export interface IConditionSetting {
+  ID: string;
+  gatherID: string;
+  schema?: string;
+}