Record<Keys, Type> Utility Types in TypeScript
The Record type is a utility type that can be used to combine two types. It allows you to create an object type whose property keys are of a specific type and whose property values are of another specific type.
Syntax
Let's have a look at the Syntax ...
cloudaffle.hashnode.dev5 min read