Skip to content

Commit

Permalink
add back helpers to ElasticsearchClient interface
Browse files Browse the repository at this point in the history
  • Loading branch information
pgayvallet committed Jul 20, 2020
1 parent f4ae702 commit 7f12fb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/server/elasticsearch/client/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import type {
*/
export type ElasticsearchClient = Omit<
KibanaClient,
'connectionPool' | 'transport' | 'serializer' | 'extend' | 'helpers' | 'child' | 'close'
'connectionPool' | 'transport' | 'serializer' | 'extend' | 'child' | 'close'
> & {
transport: {
request(
Expand Down

0 comments on commit 7f12fb9

Please sign in to comment.