@isettingkit/business-rules 3.2.8 → 3.2.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -301,6 +301,7 @@ declare interface IBusinessRuleView_2 {
301
301
  onDelete?: () => void;
302
302
  editionMode?: "classic" | "versioned";
303
303
  withEditOption?: boolean;
304
+ justOneDecision?: boolean;
304
305
  }
305
306
 
306
307
  declare interface ICheckpicker {