Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

FormDataMap type

A simple object that provides form data, as if from a browser form.

type FormDataMap = { [key: string]: FormDataValue | FormDataValue[] }