FormState
Type. Base FormStore state record.
Table of contents
Category
Type
Type import
tsimport type { FormState } from "valyrian.js/forms";Public signature
tstype FormState = Record<string, unknown>;Type usage
FormState is the base record required by FormStore state.