diff --git a/types/redux-batched-subscribe/index.d.ts b/types/redux-batched-subscribe/index.d.ts index 78d7a385bf..b892fbbf90 100644 --- a/types/redux-batched-subscribe/index.d.ts +++ b/types/redux-batched-subscribe/index.d.ts @@ -3,6 +3,7 @@ // Definitions by: Dibyo Majumdar // Aziz Khambati // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped +// TypeScript Version: 2.3 import { Store, StoreEnhancer, Action, AnyAction } from "redux";