TS2420
typescript Class Incorrectly Implements Interface
A class declares that it `implements` an interface but is missing one or more required members. Add the missing properties or methods to satisfy the interface contract.
A class declares that it `implements` an interface but is missing one or more required members. Add the missing properties or methods to satisfy the interface contract.