type alias BodyTextimport { type BodyText } from "https://dotland.deno.dev/x/oak@v12.0.1/mod.ts"; The tagged type for "text" bodies. definition: { readonly type: "text"; readonly value: Promise<string>; }