export interface IBankCard { first6: string; last4: string; card_type: string; issuer_country: string; issuer_name: string; }