mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-12 03:54:13 +00:00
Include typing for app state
This commit is contained in:
parent
6157208557
commit
1c7e2ab193
@ -28,7 +28,7 @@ export interface AppState {
|
||||
transaction: TransactionState;
|
||||
}
|
||||
|
||||
export default combineReducers({
|
||||
export default combineReducers<AppState>({
|
||||
config,
|
||||
swap,
|
||||
notifications,
|
||||
|
Loading…
x
Reference in New Issue
Block a user