Skip to content

Commit

Permalink
Merge pull request #822 from dimfeld/typescript-column-variable
Browse files Browse the repository at this point in the history
Add `variable` to `Column` type definition
  • Loading branch information
vitaly-t authored Aug 27, 2022
2 parents 0913c0b + c78998b commit 888db97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions typescript/pg-promise.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ declare namespace pgPromise {
readonly def: any;
readonly castText: string;
readonly escapedName: string;
readonly variable: string;
readonly init: (col: IColumnDescriptor<T>) => any
readonly skip: (col: IColumnDescriptor<T>) => boolean

Expand Down

0 comments on commit 888db97

Please sign in to comment.