Skip to content

@mcsb/schemas / Exports / HypixelPetsResponse

Interface: HypixelPetsResponse

Schema for data returned from https://api.hypixel.net/resources/vanity/pets

Indexable

▪ [k: string]: unknown

Table of contents

Properties

Properties

lastUpdated

Optional lastUpdated: number

Defined in

types/HypixelPet.d.ts:13


rarities

rarities: HypixelPetRarity[]

Defined in

types/HypixelPet.d.ts:15


success

success: true

Defined in

types/HypixelPet.d.ts:12


types

types: HypixelPet[]

Defined in

types/HypixelPet.d.ts:14

Released under the MIT License.