Skip to content

Commit 4647d98

Browse files
eric-crowellmarkerikson
authored andcommitted
fix: Added additional type exports to resolve configureStore inferred typing when including API reducers
1 parent 6644bc0 commit 4647d98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/toolkit/src/query/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ export type {
55
RootState,
66
} from './core/apiState'
77
export { QueryStatus } from './core/apiState'
8+
export type { QueryCacheKey, RootState, CombinedState } from './core/apiState'
89
export type { Api, ApiContext, Module, ApiModules } from './apiTypes'
910
export type {
1011
BaseQueryApi,

0 commit comments

Comments
 (0)