We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 987e1aa + 00e089a commit b574418Copy full SHA for b574418
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