Skip to content

@zikeji/hypixel / SkyBlockItem

Type Alias: SkyBlockItem ​

SkyBlockItem = Omit<SkyBlockItem, "tier" | "skin"> & object

Type Declaration ​

category? ​

optional category: string

durability? ​

optional durability: number

npc_sell_price? ​

optional npc_sell_price: number

skin? ​

optional skin: object

skin.signature ​

signature: string

skin.value ​

value: string

tier? ​

optional tier: "COMMON" | "UNCOMMON" | "RARE" | "EPIC" | "LEGENDARY" | "MYTHIC" | "SUPREME" | "SPECIAL" | "VERY_SPECIAL" | "UNOBTAINABLE"

Released under the MIT License.