interface UpdateStatement implements PGNodeimport { type UpdateStatement } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts"; Propertiestype: "update"table: QNameAliasedsets: SetStatement[]optionalwhere: Expr | niloptionalfrom: From | niloptionalreturning: SelectedColumn[] | nil