Interface UseQuestTypesReturn

Interface representing the return value of the useQuestTypes hook.

Hierarchy

  • UseQuestTypesReturn

Properties

fetched: boolean

Boolean indicating whether the quest types has been successfully fetched.

questTypes: QuestType[]

An array of quest type objects representing the fetched quest types.

questTypesList: QuestType[]

Deprecated

use questTypes instead

Function to refetch the quest types.

Generated using TypeDoc