Files
DefinitelyTyped/types/elasticsearch
Ngọc Thanh feb092e579 [@type/elasticsearch] Change string type to any in connectionClass (#25246)
* Change `connectionClass` type to any

`connectionClass` can not be `string` type. I use my custom `HttpConnector` for sending custom request.

* add describe `HttpConnector` class and write test

* import `HttpConnector` and use it in `connectionClass` config
2018-04-30 09:11:53 -07:00
..