Generic type variables
The `ValidationErrors` object generic type variables
ValidationErrors<
Id
>
ValidationErrors<
Id
>
A generic type variable constrained by the string
, by default of the value captured from the provided rest parameter id
indicates the identification type of a new TypeErrors
instance.
validation-errors.class.ts
Last updated