Skip to content

Commit

Permalink
refactor: add type alias for backward-compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
taozhi8833998 committed Oct 16, 2024
1 parent 5d48745 commit 45f114a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions types.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ export type Binary = {
parentheses?: boolean;
};

export type Expr = Binary;

export type ExpressionValue =
| ColumnRef
| Param
Expand Down

0 comments on commit 45f114a

Please sign in to comment.