How to add types to an interface from multiple interfaces in TypeScript?
Originally Published Here ๐!
To add types to an interface from multiple interfaces (aka extending the types) in TypeScript, you can use the extends keywords after the interface name followed by the names of the interfaces to get the types separated ...
melvingeorge-me.hashnode.dev3 min read