export interface Field { type?: string; name: string; placeholder?: string; label?: string; required?: boolean; }