New type definitions (#1358)

This commit is contained in:
Tomas Della Vedova
2021-03-24 14:50:46 +01:00
committed by GitHub
parent 430de17007
commit f86a79cb26
12 changed files with 14651 additions and 3152 deletions

View File

@ -669,14 +669,6 @@ expectType<Client>(
})
)
expectError<errors.ConfigurationError>(
// @ts-expect-error
new Client({
node: 'http://localhost:9200',
context: 'hello world'
})
)
/**
* `proxy` option
*/