{Object} and Object in Node.js API documentation

In the Node.js API doc, some items in the list below some headings are like:

{Object} and some like Object (without curly brackets).

What's the difference?

It's just a documentation quirk as there's no difference: in both cases it's identifying the type of the item.