Type alias ErrT<TVdn>

ErrT<TVdn>: [TVdn] extends [Validation<infer E, any>]
    ? E
    : never

Extract the failure type E from the type Validation<E, T>.

Type Parameters

Generated using TypeDoc