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