mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-19 13:32:17 +08:00
Merge pull request #14768 from sanderpick/master
Add httpAuth to ConfigOptions
This commit is contained in:
1
elasticsearch/index.d.ts
vendored
1
elasticsearch/index.d.ts
vendored
@@ -88,6 +88,7 @@ declare module Elasticsearch {
|
||||
export interface ConfigOptions {
|
||||
host?: any;
|
||||
hosts?: any;
|
||||
httpAuth?: string;
|
||||
log?: any;
|
||||
apiVersion?: string;
|
||||
plugins?: any;
|
||||
|
||||
Reference in New Issue
Block a user