export interface IItem { image?: string; name: string; type: string; rarity: string; description: string; }