diff --git a/index.d.ts b/index.d.ts index ced1559263..84973ab0d2 100644 --- a/index.d.ts +++ b/index.d.ts @@ -104,7 +104,7 @@ export function combineReducers(reducers: ReducersMapObject): Reducer; * transform, delay, ignore, or otherwise interpret actions or async actions * before passing them to the next middleware. */ -export interface Dispatch { +export interface Dispatch { (action: A): A; }