import { Banche } from './banche'; export interface ContiBancari extends Banche { nominativo: string; contoCorrente: string; ibann: string; attivo: boolean; bicswift: string; }