typescript · typescript/TS7015
TS7015
Element Implicitly Has any Type (index)
An object is indexed with an expression whose result type is `any`, leading to an implicit `any` for the element. Use a typed key or add an index signature to the object's type.