Interface UseRewardTypeReturn

Represents the return type for the useRewardType hook.

Hierarchy

  • UseRewardTypeReturn

Properties

fetched: boolean

Boolean indicating whether the reward type has been fetched.

Function to refresh the reward type data.

rewardType: null | RewardType

The current reward type or null if not yet fetched.

Generated using TypeDoc