How to make mutable object type from readonly object type keys in TypeScript?
Originally Published Here ๐!
To make a mutable object type from the readonly object type keys, you can use the - symbol (minus) followed by the readonly modifier when making a new object type from another object type keys in TypeScript.
TL;DR
// a `...
melvingeorge-me.hashnode.dev3 min read