typescript · typescript/TS7053
TS7053
Element Implicitly Has any Type (expression)
An expression is used to index an object, but the object's type does not have an index signature matching that key type, resulting in an implicit `any`. Add an index signature or use a typed access pattern.
References
In this namespace
← previous TS7034 Variable Implicitly Has any in Some Locations
— end of namespace —