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

References

← all namespaces