const genericObject: { [key:string]: any } = { arrayOfNumbers: [1, 2, 3], emptyObject: {}, stringProp: 'hello' }