This commit is contained in:
Adria Navarro 2024-07-24 17:23:18 +02:00
parent 2e47410979
commit 68018a85fb
1 changed files with 1 additions and 0 deletions

View File

@ -194,6 +194,7 @@ export interface AutomationStep extends AutomationStepSchema {
}
export interface AutomationTriggerSchema extends AutomationStepSchema {
type: AutomationStepType.TRIGGER
event?: string
cronJobId?: string
}