Type Aliases

The following type aliases are available globally.

  • This can be considered the default DittoDocument. Its inner value is of type [String: Any?]. You can represent any document using this type.

    Declaration

    Swift

    public typealias DittoDictionaryDocument = DittoDocument<[String : Any?]>