json-rules-engine
json-rules-engine copied to clipboard
Allow params in fact and event to be an array of Record<K,T>
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>