export interface IItemBlockProps { children?: any; image?: string; name: string; type: string; rarity: string; }