From 5d45514abe2438ba7f7f66f0fc165d2b5274c245 Mon Sep 17 00:00:00 2001 From: taozhi8833998 Date: Tue, 22 Apr 2025 08:28:42 +0800 Subject: [PATCH] fix: cast type definition --- types.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/types.d.ts b/types.d.ts index ee7be573..99fba082 100644 --- a/types.d.ts +++ b/types.d.ts @@ -154,8 +154,8 @@ export interface Cast { symbol: "as"; target: { dataType: string; - suffix: unknown[]; - }; + quoted?: string; + }[]; } export interface AggrFunc { type: "aggr_func";