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