Skip to content

Commit b574418

Browse files
authored
Merge pull request #257 from mahirk/patch-1
Add failureEvents to types
2 parents 987e1aa + 00e089a commit b574418

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)