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