Abstract
Readonly
idA public readonly property.
A public property that can be reassigned.
Protected
Optional
contactAn optional protected property.
A getter that prepends a number sign to the private _nextOrderNumber
property.
A setter that takes in either a string or a number and sets the private
_nextOrderNumber
property.
An abstract base class for the customer entity in our application.
Notice how TypeDoc shows the inheritance hierarchy for our class.