Getting Started with Index Signatures
In this blog post we will be learning about a concept in typescript - Index signatures.
What is Index Signatures :
Index signature is used to represent the type of object/dictionary when the values of the object are of consistent types.
Syntax: { [...
imkarthikeyans.hashnode.dev3 min read