export interface FormControlValidation { controlName: string; errors: { type: string; message: string; }[]; }