FormDataEntryValue
type FormDataEntryValue = string | File;
Defined in: node_modules/.pnpm/undici-types@7.13.0/node_modules/undici-types/formdata.d.ts:10
A string
or File
that represents a single value from a set of FormData
key-value pairs.
type FormDataEntryValue = string | File;
Defined in: node_modules/.pnpm/undici-types@7.13.0/node_modules/undici-types/formdata.d.ts:10
A string
or File
that represents a single value from a set of FormData
key-value pairs.