Type Aliases

The following type aliases are available globally.

  • Query Parameters

    Declaration

    Swift

    public typealias QueryParameters = [String : Any]
  • Dictionary representing a JSON object

    Declaration

    Swift

    public typealias JSONDictionary = [String : Any]
  • HTTP Header

    Declaration

    Swift

    public typealias Header = [String : String]