Skip to main content

FormValues

type FormValues = Record<string, string | boolean | number | undefined>

A generic type for the form values.