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`.
`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`.