Type alias InjectableStore

InjectableStore: Store & {
    asyncReducers: ReducersMapObject;
    inject: ((key, asyncReducer, epic?) => void);
}

Generated using TypeDoc