mirror of
https://github.com/status-im/safe-react.git
synced 2025-01-13 11:34:08 +00:00
#73 Adding getState type for redux-thunk actions
This commit is contained in:
parent
4cc5f390c4
commit
a2892ea4eb
@ -24,6 +24,8 @@ export type GlobalState = {
|
||||
transactions: TransactionsState,
|
||||
}
|
||||
|
||||
export type GetState = () => GlobalState
|
||||
|
||||
const reducers: Reducer<GlobalState> = combineReducers({
|
||||
routing: routerReducer,
|
||||
[PROVIDER_REDUCER_ID]: provider,
|
||||
|
Loading…
x
Reference in New Issue
Block a user