Skip to main content
Module

x/aleph/types.ts>FormDataBody

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

The form data body

Properties

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

Methods

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