We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7379cc2 commit 4a95c26Copy full SHA for 4a95c26
packages/toolkit/src/entities/slice_creator.ts
@@ -73,6 +73,7 @@ declare module '@reduxjs/toolkit' {
73
State,
74
CaseReducers extends CreatorCaseReducers<State>,
75
Name extends string,
76
+ ReducerPath extends string,
77
> {
78
[entityMethodsCreatorType]: ReducerCreatorEntry<EntityMethodsCreator<State>>
79
}
0 commit comments