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