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