1
0
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:
Szymon Lesisz 2018-09-20 23:15:26 +02:00
parent 9ecbdc5e38
commit 9793d2d975

View File

@ -30,8 +30,6 @@ declare module 'redux' {
getState(): S; getState(): S;
}; };
declare export type ReduxDispatchAPI<A> = (action: A) => Promise<A>;
declare export type Middleware<S, A> = declare export type Middleware<S, A> =
(api: MiddlewareAPI<S, A>) => (api: MiddlewareAPI<S, A>) =>
(next: PlainDispatch<A>) => (next: PlainDispatch<A>) =>