File tree 2 files changed +6
-2
lines changed
packages/toolkit/src/query
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ import { coreModule, coreModuleName } from './module'
3
3
4
4
const createApi = /* @__PURE__ */ buildCreateApi ( coreModule ( ) )
5
5
6
- export { createApi , coreModule }
6
+ export { createApi , coreModule , coreModuleName }
Original file line number Diff line number Diff line change @@ -4,11 +4,14 @@ export type {
4
4
BaseQueryApi ,
5
5
BaseQueryEnhancer ,
6
6
BaseQueryFn ,
7
+ QueryReturnValue ,
7
8
} from './baseQueryTypes'
8
9
export type {
9
10
EndpointDefinitions ,
10
11
EndpointDefinition ,
12
+ EndpointBuilder ,
11
13
QueryDefinition ,
14
+ QueryArgFrom ,
12
15
MutationDefinition ,
13
16
TagDescription ,
14
17
} from './endpointDefinitions'
@@ -26,5 +29,6 @@ export type { CreateApi, CreateApiOptions } from './createApi'
26
29
export { buildCreateApi } from './createApi'
27
30
export { fakeBaseQuery } from './fakeBaseQuery'
28
31
export { copyWithStructuralSharing } from './utils/copyWithStructuralSharing'
29
- export { createApi , coreModule } from './core'
32
+ export { createApi , coreModule , coreModuleName } from './core'
30
33
export { defaultSerializeQueryArgs } from './defaultSerializeQueryArgs'
34
+ export * from './tsHelpers' ;
You can’t perform that action at this time.
0 commit comments