errors.fyi community error code reference
TS2683
typescript

this Implicitly Has Type any

`this` is used in a context where its type cannot be inferred and implicitly becomes `any`. Add an explicit `this` parameter to the function signature or enable `noImplicitThis`.

References

โ† all namespaces for TS2683