RewardContextValue: UseQueryResult<RewardKitBoostResponse>

Represents the full query result for RewardKit Boost data. Includes loading state, error handling, and boost data from the query hook.

type RewardContextValue = {
data?: RewardKitBoostResponse;
isLoading: boolean;
error?: Error;
}
MMNEPVFCICPMFPCPTTAAATR