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