Skip to content

Commit 89f7d54

Browse files
Fix estypesWithBody definition (#1784)
1 parent 84c3de1 commit 89f7d54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.d.ts

+1-1
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)