Interface InsightInterfaceActionCreators
interface InsightInterfaceActionCreators { fetch(): AsyncThunkAction<FetchInterfaceThunkReturn, void, AsyncThunkInsightOptions<StateNeededByFetchInterface>>; } Methods
fetch
- fetch(): AsyncThunkAction<FetchInterfaceThunkReturn, void, AsyncThunkInsightOptions<StateNeededByFetchInterface>>
Returns AsyncThunkAction<FetchInterfaceThunkReturn, void, AsyncThunkInsightOptions<StateNeededByFetchInterface>>
A dispatchable action.
The Insight interface action creators.