torque-pro-assistant - v1.0.0
    Preparing search index...

    Type Alias AppThunk<ReturnedValue>

    AppThunk: ThunkAction<ReturnedValue, RootState, unknown, Action>

    Convenience alias for thunk action creators. Use as (): AppThunk => (dispatch, getState) => { ... }.

    Type Parameters

    • ReturnedValue = void

      Value resolved by the thunk's async work.