Skip to content

Commit 7d90085

Browse files
ShahriarKhtaozhi8833998
authored andcommitted
Update types.d.ts
1 parent b489b35 commit 7d90085

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
@@ -467,7 +467,7 @@ type CreateDefinition =
467467

468468
export interface Create {
469469
type: "create";
470-
keyword: "table" | "index" | "database";
470+
keyword: "aggregate" | "table" | "trigger" | "extension" | "function" | "index" | "database" | "schema" | "view" | "domain" | "type" | "user";
471471
temporary?: "temporary" | null;
472472
table?: { db: string; table: string }[];
473473
if_not_exists?: "if not exists" | null;

0 commit comments

Comments
 (0)