FormData
Represents the complete state of a form including its data and metadata.
This interface provides access to both the form's data value and its metadata, which includes field-level information such as validation errors, dirty state, and submission readiness.
Parameters
T
The type of the form data.