remix/data-schema/form-data · TypeView Source
FormDataSchema
Summary
A schema-like object that describes the fields to parse from FormData or URLSearchParams.
Signature
type FormDataSchema = Record<string, FormDataEntrySchema<any>>;
A schema-like object that describes the fields to parse from FormData or URLSearchParams.
type FormDataSchema = Record<string, FormDataEntrySchema<any>>;