mirror of https://github.com/langgenius/dify.git
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