refactor: Remove dedupeStrategy field from triggers

This commit is contained in:
Faruk AYDIN
2022-10-28 13:23:51 +02:00
parent ae58e629ea
commit 2b6ff7de41
7 changed files with 18 additions and 25 deletions

View File

@@ -210,7 +210,6 @@ export interface ITrigger {
key: string;
pollInterval?: number;
description: string;
dedupeStrategy?: 'greatest' | 'unique' | 'last';
substeps: ISubstep[];
getInterval?(parameters: IStep['parameters']): string;
run($: IGlobalVariable): Promise<void>;