Skip to content

Commit 5fcef2e

Browse files
author
darzj
committed
types
1 parent f4b3f6f commit 5fcef2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export interface AggrFunc {
135135
loc?: LocationRange;
136136
}
137137

138-
export type FunctionName = { schema?: string, name: ValueExpr<string>[] }
138+
export type FunctionName = { schema?: { value: string, type: string } , name: ValueExpr<string>[] }
139139
export interface Function {
140140
type: "function";
141141
name: FunctionName;

0 commit comments

Comments
 (0)