export interface Banche { id?: string; attivo: boolean; descrizione: string; bicswift: string; ibann: string; intestazione: string; }