export interface Bank { ispb: string; name: string; code: number; fullName: string; }