FormDataValue type

Each form data entry can be a string or (in the browser) a Blob.

type FormDataValue = string | Blob