We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c3de1 commit 89f7d54Copy full SHA for 89f7d54
index.d.ts
@@ -22,6 +22,6 @@ import SniffingTransport from './lib/sniffingTransport'
22
23
export * from '@elastic/transport'
24
export * as estypes from './lib/api/types'
25
-export * as estypesWithBody from './lib/api/types'
+export * as estypesWithBody from './lib/api/typesWithBodyKey'
26
export { Client, SniffingTransport }
27
export type { ClientOptions, NodeOptions } from './lib/client'
0 commit comments