Generic type variables
The `Errors` generic type variables
Errors<
Id
>
Errors<
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 Errors
instance.
errors.class.ts
Last updated