export interface Product { id: number; name: string; price: number; }