json-rules-engine icon indicating copy to clipboard operation
json-rules-engine copied to clipboard

Allow params in fact and event to be an array of Record<K,T>

Open aprakhar opened this issue 5 months ago • 0 comments

The params property in fact and event, support an array of Record<Keys, Type>. I've updated the Typescript type of params. I've moved the type into TParams, which replaces Record<string, any>

aprakhar avatar Aug 04 '25 06:08 aprakhar