Skip to content

hywrapper-ts / Exports / SkillsResponse

Interface: SkillsResponse

Lists information about skills.

Hierarchy

SkillsResponse

Table of contents

Properties

Properties

cause

Optional cause: string

Inherited from

HypixelResponse.cause

Defined in

src/types.ts:92


lastUpdated

Optional lastUpdated: number

The timestamp skills was last updated.

Defined in

src/models/skyblock/SkillsResponse.ts:11


rateLimit

Optional rateLimit: RateLimit

Inherited from

HypixelResponse.rateLimit

Defined in

src/types.ts:93


skills

Optional skills: Record\<SkillType, Skill>

A list of SkillType containing information.

Defined in

src/models/skyblock/SkillsResponse.ts:19


success

Optional success: boolean

Inherited from

HypixelResponse.success

Defined in

src/types.ts:91


version

Optional version: string

SkyBlocks current version.

Defined in

src/models/skyblock/SkillsResponse.ts:15