remove unnecessary type

pull/69/head
Szymon Lesisz 6 years ago
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…
Cancel
Save