type alias BodyJsonimport { type BodyJson } from "https://dotland.deno.dev/x/oak@v12.0.1/mod.ts"; The tagged type for "json" bodies. definition: { readonly type: "json"; readonly value: Promise<any>; }