errors.fyi community error code reference
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.

References

โ† all namespaces for TS2416