errors.fyi community error code reference
TS1238
typescript

Abstract Override Not Implemented

A class that extends an abstract class must implement all of its abstract members. Add concrete implementations for the missing abstract methods or properties.

References

โ† all namespaces for TS1238