Type alias ValidationErrors<T>

ValidationErrors<T>: string | string[] | Annotated<T> | Annotated<T>[]

Type Parameters

  • T

    The validated type