Export helper types (#2822) (#2825)

(cherry picked from commit b030084f24)

Co-authored-by: Josh Mock <joshua.mock@elastic.co>
This commit is contained in:
github-actions[bot]
2025-05-05 11:56:47 -05:00
committed by GitHub
parent 72dc415938
commit 58ff4e22cc

1
index.d.ts vendored
View File

@ -11,3 +11,4 @@ export * as estypes from './lib/api/types'
export * as estypesWithBody from './lib/api/typesWithBodyKey'
export { Client, SniffingTransport }
export type { ClientOptions, NodeOptions } from './lib/client'
export * as helpers from './lib/helpers'