How to share properties from an Interface to a new Interface with TypeScript
Introduction
I just saw somewhere in an FB Community group asking how they are able to share the properties from a User interface to a PublicUser interface.
Solution
Given that you have a User interface with the following properties that describes t...
carlomigueldy.hashnode.dev2 min read