Skip to content

Commit deff288

Browse files
Misha LestevMisha Lestev
authored andcommitted
fix(types): add expr to DataType
1 parent 6e9fd29 commit deff288

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

types.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,7 @@ type DataType = {
347347
scale?: number;
348348
suffix?: Timezone | (KW_UNSIGNED | KW_ZEROFILL)[];
349349
array?: "one" | "two";
350+
expr?: Expr | ExprList;
350351
};
351352

352353
type LiteralNotNull = {

0 commit comments

Comments
 (0)