Skip to content

Interface: FormFieldsSchema

Schema definition interface for form field metadata. Provides structure for field type information and additional properties.

Indexable

ts
[key: string]: {
[key: string]: any;
  type: string;
}