Type Aliasswift-cloud 0.31.0CloudCore
ValueType
Input.swift:18typealias ValueType = T
typealias ValueType = T
import CloudCore
@dynamicMemberLookup struct Output<T>
init(prefix: String, root: String, path: [OutputPathComponent])
var description: String { get }
let path: [OutputPathComponent]
let prefix: String
let root: String
subscript<U>(key: String) -> Output<U> where T == [String : U] { get }
subscript<U>(index: Int) -> Output<U> where T == [U] { get }
subscript<U>(dynamicMember member: KeyPath<T, U>) -> Output<U> { get }
func encode(to encoder: Encoder) throws
func keyPath<U>(_ properties: String...) -> Output<U>
func keyPath(_ properties: String...) -> Output<Any>