import { type oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { BodyFormData } = oak;
The tagged type for "form-data"
bodies.
definition: { readonly type: "form-data"; readonly value: FormDataReader; }
import { type oak } from "https://deno.land/x/hex@0.5.15/src/service/deps.ts";
const { BodyFormData } = oak;
The tagged type for "form-data"
bodies.