type alias BodyBytesimport { type BodyBytes } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v11.1.0/mod.ts?p=prototype.delete&s=BodyBytes";The tagged type for "bytes" bodies. definition: { readonly type: "bytes"; readonly value: Promise<Uint8Array>; }[src]