type alias QueryArgumentsimport { type QueryArguments } from "https://dotland.deno.dev/x/postgres@v0.19.3/query/query.ts"; Types of arguments passed to a query definition: unknown[] | Record<string, unknown>