TS2416
typescript 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.
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.