type alias Oak.BodyBytesimport { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts"; const { BodyBytes } = Oak; The tagged type for "bytes" bodies. definition: { readonly type: "bytes"; readonly value: Promise<Uint8Array>; }