Skip to content

Commit af63a4f

Browse files
committed
Export defaultSerializeQueryArgs
1 parent 8bd8a40 commit af63a4f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

packages/toolkit/src/query/index.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
export { QueryStatus } from './core/apiState'
22
export type { Api, Module, ApiModules } from './apiTypes'
3-
export type { BaseQueryApi, BaseQueryEnhancer, BaseQueryFn } from './baseQueryTypes'
3+
export type {
4+
BaseQueryApi,
5+
BaseQueryEnhancer,
6+
BaseQueryFn,
7+
} from './baseQueryTypes'
48
export type {
59
EndpointDefinitions,
610
EndpointDefinition,
@@ -21,3 +25,4 @@ export { buildCreateApi } from './createApi'
2125
export { fakeBaseQuery } from './fakeBaseQuery'
2226
export { copyWithStructuralSharing } from './utils/copyWithStructuralSharing'
2327
export { createApi, coreModule } from './core'
28+
export { defaultSerializeQueryArgs } from './defaultSerializeQueryArgs'

0 commit comments

Comments
 (0)