remix/data-schema/form-data · InterfaceView Source
FormDataFileOptions
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().