type alias BodyUndefinedimport { type BodyUndefined } from "https://dotland.deno.dev/x/oak@v12.0.1/body.ts"; The tagged type for "undefined" bodies. definition: { readonly type: "undefined"; readonly value: undefined; }