type alias BodyBytesimport { type BodyBytes } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.%5BSymbol.for%28%22nodejs.util.inspect.custom%22%29%5D&s=BodyBytes";The tagged type for "bytes" bodies. definition: { readonly type: "bytes"; readonly value: Promise<Uint8Array>; }[src]