type alias Oak.BodyUndefinedimport { type Oak } from "https://deno.land/x/oak_http_proxy@2.3.0/test/deps.ts"; const { BodyUndefined } = Oak; The tagged type for "undefined" bodies. definition: { readonly type: "undefined"; readonly value: undefined; }