diff --git a/src/types/rule-promotions.ts b/src/types/rule-promotions.ts index 3ede27d..5119e4a 100644 --- a/src/types/rule-promotions.ts +++ b/src/types/rule-promotions.ts @@ -36,6 +36,7 @@ export interface ActionCondition { } export interface Action { + id?: string strategy: string args: any[] limitations?: ActionLimitation