fix: 使用ConditionType枚举类型

pull/654/head
Lesan 2025-01-08 10:18:12 +08:00
parent 53e6d6aa61
commit 2144034e1f
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ export const DELAY_TYPE = [
*/
export type RouteCondition = {
nodeId: string
conditionType: number // TODO @lesanConditionType
conditionType: ConditionType
conditionExpression: string
conditionGroups: ConditionGroup
}