Type
This commit is contained in:
parent
2e47410979
commit
68018a85fb
|
@ -194,6 +194,7 @@ export interface AutomationStep extends AutomationStepSchema {
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface AutomationTriggerSchema extends AutomationStepSchema {
|
export interface AutomationTriggerSchema extends AutomationStepSchema {
|
||||||
|
type: AutomationStepType.TRIGGER
|
||||||
event?: string
|
event?: string
|
||||||
cronJobId?: string
|
cronJobId?: string
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue