Interface UseRewardTypesReturn

Represents the return type for the useRewardTypes hook.

Hierarchy

  • UseRewardTypesReturn

Properties

fetched: boolean

Boolean indicating whether the reward types have been successfully fetched.

Function to refresh the list of reward types.

rewardTypes: RewardType[]

An array of reward types.

Generated using TypeDoc