@isettingkit/business-rules 1.0.26 → 1.0.27

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.
@@ -238,6 +238,7 @@ declare interface IModalRules {
238
238
  onCloseModal: () => void;
239
239
  portalId: string;
240
240
  title: string;
241
+ description?: string;
241
242
  }
242
243
 
243
244
  declare interface IRevertSortedData {