interface ValidationConfig { isInvalid?: boolean; isRequired?: boolean; isTouched?: boolean; }