#accessmodifier
Read more stories on Hashnode
Articles with this tag
(readonly) is a access modifier to mark properties as immutable property. ยท type User = { readonly _id: string; name: string; email: string; ...