mirror of
https://github.com/lingble/clickhouse.git
synced 2025-11-02 03:57:53 +00:00
fixed writeRow type
This commit is contained in:
2
index.d.ts
vendored
2
index.d.ts
vendored
@@ -13,7 +13,7 @@ declare module 'clickhouse' {
|
||||
}
|
||||
|
||||
export class WriteStream extends Stream.Transform {
|
||||
writeRow(data: Array<any>): Promise<void>;
|
||||
writeRow(data: Array<any> | string): Promise<void>;
|
||||
exec(): Promise<{}>;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user