An interface that extends User and adds more properties.
User
Notice how TypeDoc automatically shows the inheritance hierarchy and where each property was originally defined.
The user's ID.
The user's email address.
The user's name.
The person's given name.
The person's family name.
An interface that extends
User
and adds more properties.Notice how TypeDoc automatically shows the inheritance hierarchy and where each property was originally defined.