We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2df84c7 commit fc07311Copy full SHA for fc07311
ts/features/itwallet/identification/analytics/types.ts
@@ -43,7 +43,7 @@ export type TrackItWalletCieCardReadingFailure = {
43
};
44
45
export type TrackItWalletCieCardReadingUnexpectedFailure = {
46
- reason: string | undefined;
+ reason: string | unknown | undefined;
47
cie_reading_progress: number;
48
itw_flow: ItwFlow;
49
ITW_ID_method?: ItwIdMethod;
0 commit comments