type FormGroupValidateResult<TGroupValue> = | ValidationResult | ValidationErrorMap<TGroupValue>;
Defined in: validation.public.ts:468
TGroupValue