Generic type variables
The `CommonError` object generic type variables
CommonError<
Id
>
CommonError<
Id
>
A generic type variable constrained by the string
, by default of the value captured from the provided id
indicates the identification type of a new CommonError
instance.
common-error.class.ts
Last updated