Enforcing the type of the indexed members of a Typescript object

0 votes

I would like to store a mapping of string -> string in a Typescript object and enforce that all of the keys map to strings. For example:

var stuff = {};
stuff["a"] = "foo";   
stuff["b"] = "bar";   
stuff["c"] = false;   

Is there a way for me to enforce that the values must be strings (or whatever type..)?

Aug 3, 2022 in TypeSript by Deepak
• 980 points

edited Mar 4 40 views

No answer to this question. Be the first to respond.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP