interface QueryResultimport { type QueryResult } from "https://dotland.deno.dev/x/pg_mem@2.6.13/mod.ts"; Propertiescommand: stringLast command that has been executed rowCount: numberfields: Array<FieldInfo>rows: any[]location: NodeLocationLocation of the last ";" prior to this statement