An interface is attempting to extend a class in a way that is not compatible with the interface's declared members. Review the inheritance relationship between the class and interface.
TS2430
typescript An interface is attempting to extend a class in a way that is not compatible with the interface's declared members. Review the inheritance relationship between the class and interface.