Skip to content

Commit

Permalink
Fix estypesWithBody definition (#1784)
Browse files Browse the repository at this point in the history
  • Loading branch information
gregoirechauvet authored May 10, 2023
1 parent 84c3de1 commit 89f7d54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ import SniffingTransport from './lib/sniffingTransport'

export * from '@elastic/transport'
export * as estypes from './lib/api/types'
export * as estypesWithBody from './lib/api/types'
export * as estypesWithBody from './lib/api/typesWithBodyKey'
export { Client, SniffingTransport }
export type { ClientOptions, NodeOptions } from './lib/client'

0 comments on commit 89f7d54

Please sign in to comment.