Type Aliases
The following type aliases are available globally.
-
Undocumented
Declaration
Swift
public typealias DocumentEncodable = Encodable & AnyObject -
Undocumented
Declaration
Swift
public typealias DocumentDecodable = Decodable & AnyObject -
Undocumented
Declaration
Swift
public typealias DocumentCodable = Codable & AnyObject -
Replication Filter.
Declaration
Swift
public typealias ReplicationFilter = (Document, DocumentFlags) -> Bool
Type Aliases Reference