type alias Oak.BodyJsonimport { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts"; const { BodyJson } = Oak; The tagged type for "json" bodies. definition: { readonly type: "json"; readonly value: Promise<any>; }