type alias BodyTextimport { type BodyText } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.%5BSymbol.for%28%22nodejs.util.inspect.custom%22%29%5D&s=BodyText";The tagged type for "text" bodies. definition: { readonly type: "text"; readonly value: Promise<string>; }[src]