What type name does Typescript use to denote a variable in the form of "{}"?
This is probably super obvious to most, but I'm new to Typescript and I'm converting some Javascript, and this basic question is surprisingly difficult to google. All the other basic types are well documented, but I can't find anything for the basic hash type. I'm not sure if it's "object" or "Object" or "Map" or "any".