export interface Product { name: string; unitPrice: number; quantity: number; virtual?: boolean; }