errors.fyi community error code reference
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.

References

← all namespaces