Skip to content

Commit

Permalink
Add variable to Column type
Browse files Browse the repository at this point in the history
  • Loading branch information
dimfeld committed Jan 17, 2022
1 parent 1934378 commit c78998b
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 c78998b

Please sign in to comment.