typescript · typescript/TS2416
TS2416
Property Not Compatible with Base Type
A property in a derived class is not assignable to the same property in the base class or interface it implements. The overriding property must be a subtype of the base property.