FormDataSchema

View Source

Summary

A schema-like object that describes the fields to parse from FormData or URLSearchParams.

Signature

type FormDataSchema = Record<string, FormDataEntrySchema<any>>;