typealias DittoDictionaryDocument = DittoDocument<Map<String, Any>>
This can be considered the default DittoDocument. Its inner value is of type Map<String, Any?>. You can represent any document using this type.
Map<String, Any?>