TimonKK / clickhouse

NodeJS client for ClickHouse
Apache License 2.0
220 stars 122 forks source link

Improve index.d.ts by adding the constructor options type #127

Open antoniovizuete opened 2 years ago

antoniovizuete commented 2 years ago

Improve the typescript support by adding the constructor options type. The new type is ClickHouseOptions and its properties have been inferred manually.