export interface BabylonEquipmentItem { name?: string; icon?: string; description?: string; url?: string; linkType?: string; }