Type alias ValidatorFields<T>

ValidatorFields<T>: {
    [P in keyof T]: Validator<T[P]>
}

Type Parameters

  • T

    The validated type