How keyof works in Typescript

1 · Johnny SImpson · March 11, 2022, 2:11 p.m.
Sometimes, we want a type to conform to all the keys avaiable in an object. Let's look at how to accomplish that with keyof....