OkT<TVdn>: [TVdn] extends [Validation<any, infer T>]
    ? T
    : never

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

Type Parameters

Generated using TypeDoc