FormContextInput type exported

Last updated: 2026-03-03T11:04:37.495Z

Metrics

LOC: 1 Complexity: 1 Params: 0

Signature

type FormContextInput

Summary

Array of compact field descriptors for a single form (≤ MAX_FIELDS).

Source Code

export type FormContextInput = readonly FormContextFieldInput[];

No outgoing dependencies.

No incoming dependencies.