Thanks for a great article. I just wanted to point out in your very first example, it seems like you had a little copy/paste error, as the type and interface examples are both the type one.
Also a little later you have
// This will work:constbookshelf:StringKey={// Property is always a number.1:'Hackers and Painters',2:'Blitzscaling',}
Thanks for a great article. I just wanted to point out in your very first example, it seems like you had a little copy/paste error, as the
typeandinterfaceexamples are both thetypeone.Also a little later you have
which I suppose should use the
NumberKeytypeThanks a lot Noah. Its fixed now.