interface WithStatement implements PGNodeimport { type WithStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts"; Propertiestype: "with"bind: { alias: Name; statement: WithStatementBinding; }[]in: WithStatementBinding