export interface FormFieldConfig { name: string; defaultValue?: any; validators?: any[]; }