class PointType extends TypeBase<Point>import { PointType } from "https://dotland.deno.dev/x/pg_mem@3.0.3/datatypes/datatypes-geometric.ts"; Propertiesreadonlynamereadonlyprimary: DataTypeMethodsdoCanCast(t: _IType)doCast(value: Evaluator<Point>, to: _IType)doEquals(a: Point, b: Point)doGt(a: Point, b: Point)doLt(a: Point, b: Point)