Type Aliases
The following type aliases are available globally.
-
Key-value data type, usually used for response format.
Declaration
Swift
public typealias VGSJSONData = [String : Any] -
Key-value data type, used in http request headers.
Declaration
Swift
public typealias VGSHTTPHeaders = [String : String] -
Error info key.
Declaration
Swift
public typealias VGSErrorInfoKey = String
View on GitHub
Type Aliases Reference