Type Alias CustomValidation<ValueT>

CustomValidation: (value: ValueT) => TypeOrPromisedType<CustomValidationResult>

Type Parameters

  • ValueT