Skip to content

Commit 0da887c

Browse files
committed
fixup
1 parent 0d200e6 commit 0da887c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/curriedTypes/RTK.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ export interface CurriedType<Args extends StoreDescription> {
1010
Args['ThunkExtraArgument']
1111
>
1212
createThunk: CurriedCreateThunk<
13-
StoreDescription['RootState'],
14-
StoreDescription['Dispatch'],
13+
Args['RootState'],
14+
Args['Dispatch'],
1515
Args['ThunkExtraArgument']
1616
>
1717
}

0 commit comments

Comments
 (0)