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