Fixes in custom Kibana type def (#1559)

This commit is contained in:
Tomas Della Vedova
2021-10-14 15:15:51 +02:00
committed by GitHub
parent a26692c7e4
commit dfddfecfb2
5 changed files with 330 additions and 197 deletions

4
index.d.ts vendored
View File

@ -17,7 +17,7 @@
* under the License.
*/
import { errors } from '@elastic/transport'
import Client from './lib/Client'
export { Client, errors }
export * from '@elastic/transport'
export { Client }