export default interface IBankInfoType { bankType: string; accountNumber: string; routingNumber: string; }