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