declare enum ItemQuality { Poor = 0, Common = 1, Uncommon = 2, Rare = 3, Epic = 4, Legendary = 5 } export default ItemQuality;