FormDataFileOptions

View Source

Summary

Options for parsing a single file field from FormData.

Signature

interface FormDataFileOptions {
  name?: string;
}

Properties

name

The form field name to read. Defaults to the object key passed to object().