interface Equipment {
    belt: null | SkyblockInventoryItem;
    cloak: null | SkyblockInventoryItem;
    gauntlet: null | SkyblockInventoryItem;
    necklace: null | SkyblockInventoryItem;
}

Properties

cloak: null | SkyblockInventoryItem
gauntlet: null | SkyblockInventoryItem
necklace: null | SkyblockInventoryItem