interface CompiledFunctionResultimport { type CompiledFunctionResult } from "https://dotland.deno.dev/x/pg_mem@2.6.7/index.ts"; Propertiesoptionalresult: anyThe function result, if function "returns" something optionaloutArgs: any[]The functions out arguments, as indexed in the args passed to your language compiler function