type alias ResponseBodyimport { type ResponseBody } from "https://dotland-vbqsvsrpfncg.deno-staging.dev/x/oak@v17.1.3/response.ts?s=ResponseBody";The various types of bodies supported when setting the value of .body on a Response definition: | string | number | bigint | boolean | symbol | object | undefined | null[src]