0 / 60 seg.

What does this code print?

typealias Thing = [String: Any]
var stuff: Thing
print(type(of: stuff))