You don't need TypeScript's index types (probably)
October 21, 2019Tip, Typescript, Utility
TypeScript's index types seem super useful when you first find out about them. If you aren't familiar with index types, here's a crash course example: As you can see, in our example allows any string to be a property name (key), and any number to…