Skip to content

Commit

Permalink
change event name
Browse files Browse the repository at this point in the history
  • Loading branch information
pitrew committed Oct 18, 2023
1 parent d5b56bf commit e644a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bundle.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type ErrorCode =
| 'server_unavailable'
| FatalErrorCode

type FlowEvent = 'loadingComplete';
type FlowEvent = 'verificationFlowStart';
type FlowEventType = {
name: FlowEvent;
payload?: string | number | boolean;
Expand Down
2 changes: 1 addition & 1 deletion src/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type ErrorCode =
| 'server_unavailable'
| FatalErrorCode

export type FlowEvent = 'loadingComplete';
export type FlowEvent = 'verificationFlowStart';
export type FlowEventType = {
name: FlowEvent;
payload?: string | number | boolean;
Expand Down

0 comments on commit e644a5a

Please sign in to comment.