Skip to content

Commit f0dbd57

Browse files
committed
fix: cast type definition
1 parent f247eba commit f0dbd57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

types.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ export interface Cast {
154154
symbol: "as";
155155
target: {
156156
dataType: string;
157-
suffix: unknown[];
158-
};
157+
quoted?: string;
158+
}[];
159159
}
160160
export interface AggrFunc {
161161
type: "aggr_func";

0 commit comments

Comments
 (0)