Hello. I notice **maps** are not properly converted to typescript definitions. For example. `map<string, int32> attr1 = 1;` should convert to `attr1 { [key: string]: number }`
Hello. I notice maps are not properly converted to typescript definitions. For example.
map<string, int32> attr1 = 1;should convert to
attr1 { [key: string]: number }