type alias oak.BodyTextimport { type oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts"; const { BodyText } = oak; The tagged type for "text" bodies. definition: { readonly type: "text"; readonly value: Promise<string>; }