type alias oak.BodyReaderimport { type oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts"; const { BodyReader } = oak; The tagged type for "reader" bodies. definition: { readonly type: "reader"; readonly value: Deno.Reader; }