Type Aliases

The following type aliases are available globally.

  • The response type for the Remove Proxy API call. It indicates that the proxy removal operation was successful.

    Declaration

    Swift

    public typealias RemoveProxyResponse = Void
  • A binding type representing a loadable value.

    Declaration

    Swift

    public typealias LoadableSubject<Value> = Binding<Loadable<Value>>