export interface Bank { name: string; sbifCode: number; URL: string; hasPAC?: boolean; manualPAC?: string; }