How do you create and use index signatures in TypeScript?
Instruction: Explain what index signatures are and demonstrate their use with an example.
Context: This question evaluates the candidate's understanding of index signatures in TypeScript and their ability to apply them in dynamic property scenarios.