Remix
Remix
remix/data-schema/form-data · InterfaceView Source

FormDataFilesOptions

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().