Convenience alias for thunk action creators. Use as (): AppThunk => (dispatch, getState) => { ... }.
(): AppThunk => (dispatch, getState) => { ... }
Value resolved by the thunk's async work.
Convenience alias for thunk action creators. Use as
(): AppThunk => (dispatch, getState) => { ... }.