Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
FormDataMap type
- Package:
- @azure/core-rest-pipeline
A simple object that provides form data, as if from a browser form.
type FormDataMap = { [key: string]: FormDataValue | FormDataValue[] }
