FlashcardAdvanced

Record vs Index Signatures

Record and index signatures both type key-value maps with differences.

Question

How does Record<K, T> differ from an index signature?

Click to reveal answer