Skip to content

@zikeji/hypixel / ResourcesSkyblockCollectionsResponse

Type Alias: ResourcesSkyblockCollectionsResponse

ResourcesSkyblockCollectionsResponse = $200 & Record<string, unknown> & object

Type Declaration

collections

collections: { [key in "FARMING" | "MINING" | "COMBAT" | "FORAGING" | "FISHING" | "RIFT"]: { items: { [key: string]: { maxTiers: number; name: string; tiers: { amountRequired: number; tier: number; unlocks: string[] }[] } }; name: string } } & object

Released under the MIT License.