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