Module

x/aleph/types.ts>FormDataBody

The Full-stack Framework in Deno.
Go to Latest
interface FormDataBody
import { type FormDataBody } from "https://dotland.deno.dev/x/aleph@v0.2.27/types.ts";

The form data body

Properties

fields: Record<string, string>
files: FormFile[]

Methods

get(key: string): string | undefined
getFile(key: string): FormFile | undefined