I\'m trying to make a dict, the value of the dict is function. So it\'s like:
const someDictWithFuntionAsValue: {[SomeVariableType]: SomeFunction} = {...};