diff --git a/keyserver/flow-typed/npm/react-redux_v7.x.x.js b/keyserver/flow-typed/npm/react-redux_v7.x.x.js --- a/keyserver/flow-typed/npm/react-redux_v7.x.x.js +++ b/keyserver/flow-typed/npm/react-redux_v7.x.x.js @@ -229,7 +229,8 @@ declare export type AnyAction = { ...Action, - [string]: any + [string]: any, + ... } declare export type Dispatch<-A: Action> = (action: A, ...extraArgs: any[]) => mixed diff --git a/lib/flow-typed/npm/react-redux_v7.x.x.js b/lib/flow-typed/npm/react-redux_v7.x.x.js --- a/lib/flow-typed/npm/react-redux_v7.x.x.js +++ b/lib/flow-typed/npm/react-redux_v7.x.x.js @@ -229,7 +229,8 @@ declare export type AnyAction = { ...Action, - [string]: any + [string]: any, + ... } declare export type Dispatch<-A: Action> = (action: A, ...extraArgs: any[]) => mixed diff --git a/native/flow-typed/npm/react-redux_v7.x.x.js b/native/flow-typed/npm/react-redux_v7.x.x.js --- a/native/flow-typed/npm/react-redux_v7.x.x.js +++ b/native/flow-typed/npm/react-redux_v7.x.x.js @@ -229,7 +229,8 @@ declare export type AnyAction = { ...Action, - [string]: any + [string]: any, + ... } declare export type Dispatch<-A: Action> = (action: A, ...extraArgs: any[]) => mixed diff --git a/web/flow-typed/npm/react-redux_v7.x.x.js b/web/flow-typed/npm/react-redux_v7.x.x.js --- a/web/flow-typed/npm/react-redux_v7.x.x.js +++ b/web/flow-typed/npm/react-redux_v7.x.x.js @@ -229,7 +229,8 @@ declare export type AnyAction = { ...Action, - [string]: any + [string]: any, + ... } declare export type Dispatch<-A: Action> = (action: A, ...extraArgs: any[]) => mixed