Skip to content

Commit

Permalink
add back event to error typings
Browse files Browse the repository at this point in the history
  • Loading branch information
binarykitchen committed Dec 12, 2024
1 parent 4362541 commit fe253bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export interface VideomailErrorData {
// These are weird and probably not needed but help with narrowing down issues.
// They come mostly from Videomail's proprietary UI code
errStringified?: string | undefined;
event?: Event | undefined;
eventStringified?: string | undefined;
}

Expand Down

0 comments on commit fe253bd

Please sign in to comment.