mirror of
https://github.com/captbaritone/webamp.git
synced 2026-01-24 02:36:00 +00:00
Make middleware type use the correct store type
This commit is contained in:
parent
5bcb97c14f
commit
2eab287fbc
1 changed files with 1 additions and 1 deletions
|
|
@ -477,7 +477,7 @@ export type Dispatch = (action: Dispatchable) => void;
|
|||
export type Reducer = (state: AppState, action: Action) => AppState;
|
||||
|
||||
export type Middleware = (
|
||||
store: Store
|
||||
store: MiddlewareStore
|
||||
) => (next: Dispatch) => (action: Action) => any;
|
||||
|
||||
export interface Store {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue