Type alias ValidatorWithoutInput<TI>

A union type for validators that do not distinguish between input and output types.

Type Parameters

  • TI

    The type for input which is also used as the output type.