let x: {
  [x: string]: any
};
 
x = { foo: 1, baz: 2 };  // Ok