Skip to content

Commit 9a4c442

Browse files
committed
Fix types, package-lock
1 parent 4b2f735 commit 9a4c442

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

package-lock.json

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/redux/src/store.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,8 @@ export type PluginModule =
108108
| 'TablePlugin'
109109
| 'ThemePlugin'
110110
| 'ElementPlugin'
111-
| 'MultiPlugin';
111+
| 'MultiPlugin'
112+
| 'MiddlewarePlugin';
112113
}
113114
| {
114115
// eslint-disable-next-line @typescript-eslint/no-explicit-any

0 commit comments

Comments
 (0)