In TypeScript, I am aware that we can define variables as object types, with the following.
object
let myObject: object; myObject = { name: \'Khabib\', age: