Skip to content

Commit

Permalink
Merge pull request #2176 from taozhi8833998/refactor-type-backward-co…
Browse files Browse the repository at this point in the history
…mpatible

refactor: add type alias for backward-compatible
  • Loading branch information
taozhi8833998 authored Oct 17, 2024
2 parents 7af8a83 + 45f114a commit 90636a2
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 90636a2

Please sign in to comment.