interface FromStatement implements PGNodeimport { type FromStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts"; Propertiestype: "statement"statement: SelectStatementalias: stringoptionallateral: trueoptionalcolumnNames: Name[] | niloptionaldb: null | niloptionaljoin: JoinClause | nil