From 375ec9f65baba8c453a6caf1f5ab682b6ae88742 Mon Sep 17 00:00:00 2001 From: Mohamed Essam Date: Sun, 26 Mar 2023 19:06:44 +0200 Subject: [PATCH] fix: update types --- src/types/types.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/types.tsx b/src/types/types.tsx index 904a316..d4eb582 100644 --- a/src/types/types.tsx +++ b/src/types/types.tsx @@ -169,6 +169,7 @@ export interface FrameCardTokenizedEvent { expiry_month: string; expiry_year: string; scheme?: Scheme; + scheme_local?:string; last4: string; bin: string; card_type?: CardType;