Type alias Validated<T>

Validated<T>: Valid<T> | Invalid<T>

Type Parameters

  • T

    The validated type