Skip to content

Commit 4a95c26

Browse files
committed
update type to match
1 parent 7379cc2 commit 4a95c26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolkit/src/entities/slice_creator.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ declare module '@reduxjs/toolkit' {
7373
State,
7474
CaseReducers extends CreatorCaseReducers<State>,
7575
Name extends string,
76+
ReducerPath extends string,
7677
> {
7778
[entityMethodsCreatorType]: ReducerCreatorEntry<EntityMethodsCreator<State>>
7879
}

0 commit comments

Comments
 (0)