export interface ErrorValidatorCondition { hasError?: string[]; notError?: string[]; }