Skip to content

@mcsb/schemas / Exports / HypixelQuestsResponse

Interface: HypixelQuestsResponse

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

Indexable

▪ [k: string]: unknown

Table of contents

Properties

Properties

lastUpdated

Optional lastUpdated: number

Defined in

types/HypixelQuests.d.ts:13


quests

quests: HypixelQuests

Defined in

types/HypixelQuests.d.ts:14


success

success: true

Defined in

types/HypixelQuests.d.ts:12

Released under the MIT License.