@isettingkit/business-rules 2.2.4 → 2.2.5

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.
@@ -389,9 +389,7 @@ export declare const mapByGroupNew: (raw: any, mapFn: (condition: any) => any) =
389
389
 
390
390
  export declare const ModalRules: (props: IModalRules) => ReactPortal;
391
391
 
392
- export declare const normalizeDecisionToNewShape: <T extends {
393
- [k: string]: any;
394
- }>(decision: T) => T;
392
+ export declare const normalizeDecisionToNewShape: (decision: any) => any;
395
393
 
396
394
  export declare const parseRangeFromString: (value: string | number | string[] | IValue | undefined) => string | number | IValue | string[] | {
397
395
  from?: number;