There was an error while loading. Please reload this page.
1 parent 987e1aa commit 00e089aCopy full SHA for 00e089a
types/index.d.ts
@@ -5,6 +5,7 @@ export interface EngineOptions {
5
6
export interface EngineResult {
7
events: Event[];
8
+ failureEvents: Event[];
9
almanac: Almanac;
10
results: RuleResult[];
11
failureResults: RuleResult[];
0 commit comments