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;} Copy
type RewardContextValue = { data?: RewardKitBoostResponse; isLoading: boolean; error?: Error;}
Represents the full query result for RewardKit Boost data. Includes loading state, error handling, and boost data from the query hook.