- Published on
What are TypeScript MAPPED Types and how to use them Effectively
- Authors
- Name
- Lucas Floriani
- @lucasfloriani13
What are TypeScript MAPPED Types and how to use them Effectively
What are TypeScript MAPPED Types and how to use them Effectively
Readonly
utility type can make all properties of a type readonly.
Keys in an object can have the type PropertyKey
that is an union of string | number | symbol