Skip to content

Commit 7611078

Browse files
authored
Export the BaseQueryApi symbol. (#2740)
1 parent 4f17c71 commit 7611078

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/toolkit/src/query/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
export { QueryStatus } from './core/apiState'
22
export type { Api, Module, ApiModules } from './apiTypes'
3-
export type { BaseQueryEnhancer, BaseQueryFn } from './baseQueryTypes'
3+
export type { BaseQueryApi, BaseQueryEnhancer, BaseQueryFn } from './baseQueryTypes'
44
export type {
55
EndpointDefinitions,
66
EndpointDefinition,

0 commit comments

Comments
 (0)