I have this javascript object:
subjects = {
"1": { "id": 1, "name": "City" },
"100": { "id": 100, "name": "Test" }
};
Can someone help me by telling me how I could define this in typescript. I know I can use "any" but I would like to do this properly