Interface UseQuestTypeReturn

Interface representing the return value of the useQuestType hook.

Hierarchy

  • UseQuestTypeReturn

Properties

fetched: boolean

Boolean indicating whether the quest type has been successfully fetched.

questType: null | QuestType

The current quest type object.

Function to refetch the quest type.

Generated using TypeDoc