TS7053
typescript 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.