type alias JSONObjectimport { type JSONObject } from "https://dotland.deno.dev/x/hono@v4.2.6/utils/types.ts"; definition: { [key: string]: | JSONPrimitive | JSONArray | JSONObject | object; }