Commit 2144034e by Lesan

fix: 使用ConditionType枚举类型

parent 53e6d6aa
...@@ -660,7 +660,7 @@ export const DELAY_TYPE = [ ...@@ -660,7 +660,7 @@ export const DELAY_TYPE = [
*/ */
export type RouteCondition = { export type RouteCondition = {
nodeId: string nodeId: string
conditionType: number // TODO @lesan:ConditionType conditionType: ConditionType
conditionExpression: string conditionExpression: string
conditionGroups: ConditionGroup conditionGroups: ConditionGroup
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment