Or even better, `map[string][]map[string]int`. In typescript that would be `Record[]>`
I'm using the long form for arrays in TS, because of same argument you're making. `Array` instead of `number[]`
Please Login to reply.
Or even more apparent for complex types like your example: `Record>>` instead of `Record[]>`