How to easily make a new type by removing or omitting certain properties from another type in TypeScript?
Originally Published Here ๐!
To easily make a new type by removing or omitting certain properties from another type in TypeScript, you can use the Omit utility type and pass the name of the type you want to remove the properties from as its first ty...
melvingeorge-me.hashnode.dev2 min read