Skip to content

hywrapper-ts / Exports / QuestsResponse

Interface: QuestsResponse

Hierarchy

QuestsResponse

Table of contents

Properties

Properties

cause

Optional cause: string

Inherited from

HypixelResponse.cause

Defined in

src/types.ts:92


lastUpdated

Optional lastUpdated: number

Defined in

src/models/resources/QuestsResponse.ts:4


quests

Optional quests: Record\<string, Quest[]>

Defined in

src/models/resources/QuestsResponse.ts:5


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