TS2430
typescript Interface Cannot Extend Class
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.
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.