mirror of
https://github.com/trezor/trezor-wallet
synced 2024-11-24 09:18:09 +00:00
remove unnecessary type
This commit is contained in:
parent
9ecbdc5e38
commit
9793d2d975
@ -30,8 +30,6 @@ declare module 'redux' {
|
||||
getState(): S;
|
||||
};
|
||||
|
||||
declare export type ReduxDispatchAPI<A> = (action: A) => Promise<A>;
|
||||
|
||||
declare export type Middleware<S, A> =
|
||||
(api: MiddlewareAPI<S, A>) =>
|
||||
(next: PlainDispatch<A>) =>
|
||||
|
Loading…
Reference in New Issue
Block a user