How to reuse object types on variables in TypeScript?
Originally Published Here ๐!
To reuse object types for variables, you can use the Type Aliases feature in TypeScript. A Type Alias can be written by using the type keyword followed by the name of the type you choose, then the = symbol (equal), and f...
melvingeorge-me.hashnode.dev3 min read