How to make object properties boolean type values to boolean literal type in TypeScript?
Originally Published Here ๐!
To make the object properties boolean type values to boolean literals, we can use the as keyword after the property boolean value and then type out the boolean literals true or false or we can use the as keyword after ac...
melvingeorge-me.hashnode.dev3 min read