type alias JSONValueimport { type JSONValue } from "https://deno.land/x/pasta@0.0.4/src/database/pg-catalog.ts"; definition: | string | number | boolean | { [x: string]: JSONValue; } | Array<JSONValue>