import { Prodotti } from 'sanfex/lib/interface/prodotti'; export interface Righe { price: number; qta: number; prodotto: Prodotti; }