Think it should be declared as a string for named array, compiler was balking til I changed it. ``` interface LookAtResultMatrix { [coord: string]: LookAtResultMatrix|LookAtResult[] } ```