declare type BouncedSubMerchantRow = { id: number; iban: string; contactName: string; contactSurname: string; legalCompanyTitle: string; }; export default BouncedSubMerchantRow;