Interface InsightInterfaceActionCreators

The Insight interface action creators.

interface InsightInterfaceActionCreators {
    fetch(): AsyncThunkAction<FetchInterfaceThunkReturn, void, AsyncThunkInsightOptions<StateNeededByFetchInterface>>;
}

Methods

Methods