OperationType
public enum OperationType : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case add = "add"
-
Undocumented
Declaration
Swift
case remove = "remove"
-
Declaration
Swift
public var description: String { get }