type alias BodyFormimport { type BodyForm } from "https://dotland.deno.dev/x/oak@v12.2.0/mod.ts"; The tagged type for "form" bodies. definition: { readonly type: "form"; readonly value: Promise<URLSearchParams>; }