FormDataFilesOptions

View Source

Summary

Options for parsing repeated file fields from FormData.

Signature

interface FormDataFilesOptions {
  name?: string;
}

Properties

name

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