diff --git a/app/soapbox/store.ts b/app/soapbox/store.ts index cb55a033d..8aeb0a791 100644 --- a/app/soapbox/store.ts +++ b/app/soapbox/store.ts @@ -22,4 +22,4 @@ export type Store = typeof store; // Infer the `RootState` and `AppDispatch` types from the store itself // https://redux.js.org/usage/usage-with-typescript export type RootState = ReturnType; -export type AppDispatch = ThunkDispatch<{}, {}, AnyAction>; +export type AppDispatch = ThunkDispatch;