On the page you linked to, look at "record type". For example here you'd want
{{myKey: Array.<number>, myKey2: {innerKey1: string, innerKey2: string}}}
Note that this does not cause the compiler to all of a sudden stop
from renaming properties in advanced mode.
-ilia