I'm using keyof typeof fields for my index signature, and want to iterate over the keys with for (const key in fields) { ... }, but I'm unable to get the types correct.
The sandbox shows the issue on line 16:
The Playground lets you write TypeScript or JavaScript online in a safe and sharable way.