Type alias ValidatorFactory<T>

ValidatorFactory<T>: Validator<T> | (() => Validator<T>)

Type Parameters

  • T