Skip to content

Commit

Permalink
Add missing property for ResponseJSON<T> type (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
0237h committed May 17, 2024
1 parent a357f28 commit cd19c8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client-common/src/clickhouse_types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ export interface ResponseJSON<T = unknown> {
meta?: Array<{ name: string; type: string }>
statistics?: { elapsed: number; rows_read: number; bytes_read: number }
rows?: number
rows_before_limit_at_least?: number
}

export interface InputJSON<T = unknown> {
Expand Down

0 comments on commit cd19c8b

Please sign in to comment.