Type Alias: AnyValue
AnyValue =
string
|number
|object
|boolean
|null
|symbol
Defined in: types/index.ts:11
Represents any possible value type that can be stored in a form field.
AnyValue =
string
|number
|object
|boolean
|null
|symbol
Defined in: types/index.ts:11
Represents any possible value type that can be stored in a form field.