filmov
tv
[ENG] How to create mapped types with Record type in Typescript
Показать описание
Record types allow us to create object types in a shorter way, which they are defined like they were array indexes, it means the index can be typed. Whereas with the Record utility we can build a type with the diamond operators.