export class Product { code: string; name: string; unit: string; }