Преглед изворни кода

feat(types): 修改IConditionSetting

LuoHaoxuan пре 3 година
родитељ
комит
ce7d7aaf81
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      types/src/interface/process.ts

+ 1 - 1
types/src/interface/process.ts

@@ -370,5 +370,5 @@ export interface IBusinessApprovalItem {
 export interface IConditionSetting {
   ID: string;
   gatherID: string;
-  schema: string;
+  schema?: string;
 }