Skip to content

@maxhealth.tech/prefab / mcp / FormValue

Type Alias: FormValue

ts
type FormValue = string | number | boolean | string[];

Defined in: mcp/input-required.ts:210

Values a client may return for one field.

Released under the MIT License.