export interface Item { _id?: any; name: string; description: string; user: string; cost: number; }