Scope
public enum Scope : String, CustomStringConvertible, Codable
Undocumented
-
Undocumented
Declaration
Swift
case task = "task"
-
Undocumented
Declaration
Swift
case shared = "shared"
-
Declaration
Swift
public var description: String { get }