import { type ResponseBody } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.3/response.ts?p=prototype.%5BSymbol.for%28%22Deno.customInspect%22%29%5D&s=ResponseBody";
The various types of bodies supported when setting the value of .body
on a Response
definition: [src]
| string
| number
| bigint
| boolean
| symbol
| object
| undefined
| null