blog.mariusschulz.com
TypeScript 2.2: The object Type
1
TypeScript 2.2 introduces a new type called object which represents any non-primitive type. Don't confuse it with the existing Object or {} types! Read full article