Great article! I have one questions though. In different examples you've used interfaces and types. Does it matters and some utilities work just with types and others just with interfaces or it does not matter and every utility mentioned above works with both interfaces and types?
Thanks Karolina Hudziec, In most of them you can use both types and interfaces, but in some utility types you have to either use interfaces or types. you can read more on this
here
Karolina Hudziec
TS React Frontend Softwer Developer
Great article! I have one questions though. In different examples you've used interfaces and types. Does it matters and some utilities work just with types and others just with interfaces or it does not matter and every utility mentioned above works with both interfaces and types?