Skip to content

hywrapper-ts / Exports / ChallengesResponse

Interface: ChallengesResponse

Hierarchy

ChallengesResponse

Table of contents

Properties

Properties

cause

Optional cause: string

Inherited from

HypixelResponse.cause

Defined in

src/types.ts:92


challenges

Optional challenges: Record\<string, Challenge[]>

Defined in

src/models/resources/ChallengesResponse.ts:5


lastUpdated

Optional lastUpdated: number

Defined in

src/models/resources/ChallengesResponse.ts:4


rateLimit

Optional rateLimit: RateLimit

Inherited from

HypixelResponse.rateLimit

Defined in

src/types.ts:93


success

Optional success: boolean

Inherited from

HypixelResponse.success

Defined in

src/types.ts:91