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().
Options for parsing a single file field from FormData.
interface FormDataFileOptions {
name?: string;
}
The form field name to read. Defaults to the object key passed to object().