GenericObject
GenericObject<Value>
GenericObject<Value>
The type of generic object that takes generic type variable Value
.
generic-object.type.ts
Generic type variables
Value
=
any
Value
=
any
A generic type variable Value
indicates the object
property type, by default any
.
Last updated