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