interface DeleteStatement implements PGNodeimport { type DeleteStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts"; Propertiestype: "delete"from: QNameAliasedoptionalreturning: SelectedColumn[] | niloptionalwhere: Expr | nil