Remix
Remix
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>>;