Interface RecommendationActionCreators
Methods
getRecommendations
- getRecommendations(): AsyncThunkAction<
GetRecommendationsThunkReturn,
void,
AsyncThunkSearchOptions<StateNeededByGetRecommendations>,
> Returns AsyncThunkAction<
GetRecommendationsThunkReturn,
void,
AsyncThunkSearchOptions<StateNeededByGetRecommendations>,
>
A dispatchable action.
The recommendation action creators.
See Dispatch actions.