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