How to add types to object properties using an interface in TypeScript?
Originally Published Here ๐!
To add types to the object properties using the interface declaration, we can start by first writing the keyword interface followed by the name you want to give to the interface and then the {} symbol (open and closed cu...
melvingeorge-me.hashnode.dev2 min read