export enum ItemType { HELMET = 'helmet', ARMOR = 'armor', BOOTS = 'boots', WEAPON = 'weapon', }