Typescript - Tips & Tricks - Index Signature
Welcome back guys, today I'll speak about the "Index Signature".
In some cases, we need to create some special types like dictionaries.
These special types have some keys that identifies the elements and the datas.
A simple example:
export type User ...
blog.delpuppo.net2 min read