mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-27 03:15:55 +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;
|
transaction: TransactionState;
|
||||||
}
|
}
|
||||||
|
|
||||||
export default combineReducers({
|
export default combineReducers<AppState>({
|
||||||
config,
|
config,
|
||||||
swap,
|
swap,
|
||||||
notifications,
|
notifications,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user