Creating a collection in a typescript file show the error:
Class static side 'typeof CustomerProject' incorrectly extends base class static side 'typeof Collection'.
Types of property 'collectionName' are incompatible.
Type 'string' is not assignable to type 'void'.ts(2417)
#11 might clarify the issue