TypeScript Dictionary Typing
const dict: { [key: keyType]: valueType};
Different Dove
const dict: { [key: keyType]: valueType};