Interface SkyHelperNetWorthProfilePetsDataPet

interface SkyHelperNetWorthProfilePetsDataPet {
    exp: number;
    heldItem: null | string;
    skin: null | string;
    tier: "UNKNOWN" | Rarity;
    type: "UNKNOWN" | SkyBlockPetId;
}

Properties

exp: number
heldItem: null | string
skin: null | string
tier: "UNKNOWN" | Rarity
type: "UNKNOWN" | SkyBlockPetId