interface ExprBinary implements PGNodeimport { type ExprBinary } from "https://deno.land/x/pgsql_ast_parser@12.0.1/syntax/ast.ts"; Propertiestype: "binary"left: Exprright: Exprop: BinaryOperatoroptionalopSchema: string