mirror of
https://github.com/langgenius/dify.git
synced 2026-01-29 23:22:27 +08:00
fix: make frequency optional
This commit is contained in:
parent
344616ca2f
commit
e49534b70c
@ -13,7 +13,7 @@ export type VisualConfig = {
|
||||
|
||||
export type ScheduleTriggerNodeType = CommonNodeType & {
|
||||
mode: ScheduleMode
|
||||
frequency: ScheduleFrequency
|
||||
frequency?: ScheduleFrequency
|
||||
cron_expression?: string
|
||||
visual_config?: VisualConfig
|
||||
timezone: string
|
||||
|
||||
Loading…
Reference in New Issue
Block a user