Answers for "object of strings typescript"

0

object of strings typescript

const obj: { [key: string]: string } = {};
obj["key"] = "value";
Posted by: Guest on April-18-2022

Code answers related to "object of strings typescript"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language