@isettingkit/business-rules 2.1.12 → 2.1.13

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.
@@ -165,6 +165,7 @@ declare interface IBusinessRules_2 {
165
165
  }
166
166
 
167
167
  declare interface IBusinessRules_3 {
168
+ cardTitle?: boolean;
168
169
  controls?: boolean;
169
170
  customTitleContentAddCard?: string;
170
171
  customMessageEmptyDecisions?: string;
@@ -194,6 +195,7 @@ export declare interface IBusinessRuleView {
194
195
  }
195
196
 
196
197
  declare interface IBusinessRuleView_2 {
198
+ cardTitle?: boolean;
197
199
  controls?: boolean;
198
200
  decision?: IRuleDecision;
199
201
  loading?: boolean;