With this code: ``` const baseEngine: RuleEngine = createRuleEngine(); const statefulEngine: StatefulRuleEngine = new StatefulRuleEngine(baseEngine); ``` Typescript is not happy. Any advise?
With this code:
Typescript is not happy.
Any advise?