type alias BodyTextimport { type BodyText } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.allowedMethods&s=BodyText";The tagged type for "text" bodies. definition: { readonly type: "text"; readonly value: Promise<string>; }[src]