Skip to content

Commit 00e089a

Browse files
authored
add failureEvents to types
1 parent 987e1aa commit 00e089a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

types/index.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export interface EngineOptions {
55

66
export interface EngineResult {
77
events: Event[];
8+
failureEvents: Event[];
89
almanac: Almanac;
910
results: RuleResult[];
1011
failureResults: RuleResult[];

0 commit comments

Comments
 (0)