type alias DecoderFunctionimport { type DecoderFunction } from "https://dotland.deno.dev/x/postgres@v0.19.3/connection/connection_params.ts"; A decoder function that takes a string value and returns a parsed value of some type. definition: (value: string,oid: number,parseArray: ParseArrayFunction,) => unknown