$ errors.fyi/typescript/TS7017 74 namespaces · 3,092 codes
typescript · typescript/TS7017
TS7017

Element Implicitly Has any Type (no index signature)

An object is indexed with a string or number key, but the object's type has no index signature, causing an implicit `any`. Add an index signature or use `Record<K, V>` to type the object properly.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT