export interface Item { name: string; modelNo: string; amount: number; quantity: number; }