type alias Oak.BodyTextimport { type Oak } from "https://deno.land/x/superdeno@4.9.0/test/deps.ts"; const { BodyText } = Oak; The tagged type for "text" bodies. definition: { readonly type: "text"; readonly value: Promise<string>; }