Przeglądaj źródła

feat(types): 添加IConditionSetting接口

LuoHaoxuan 3 lat temu
rodzic
commit
394921cf13
1 zmienionych plików z 6 dodań i 0 usunięć
  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;
+}