Interface UseQuestsReturn

Interface representing the return type of the useQuests hook.

UseQuestsReturn

Hierarchy

  • UseQuestsReturn

Properties

fetched: boolean

Indicates whether the quests have been successfully fetched.

questList: ExtendedQuest[]

Deprecated

use quests instead

quests: ExtendedQuest[]

List of quests with extended functionality.

Method to refresh the list of quests. Accepts an optional quiet flag.

Generated using TypeDoc