Skip to content

Commit 684bc29

Browse files
[Backport 8.7] Fix estypesWithBody definition (#1784) (#1883)
Co-authored-by: Grégoire Chauvet <[email protected]>
1 parent 7f45fff commit 684bc29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ import SniffingTransport from './lib/sniffingTransport'
2222

2323
export * from '@elastic/transport'
2424
export * as estypes from './lib/api/types'
25-
export * as estypesWithBody from './lib/api/types'
25+
export * as estypesWithBody from './lib/api/typesWithBodyKey'
2626
export { Client, SniffingTransport }
2727
export type { ClientOptions, NodeOptions } from './lib/client'

0 commit comments

Comments
 (0)