Suppose I\'m using this trivial interface:
interface Number { n: number }
Any plain object like {n: 1} implements that interfa
{n: 1}