Typealiases

The following typealiases are available globally.

  • Block used to convert a type to a Dictionary to be transferred over the network to Suas Monitor desktop app

    Declaration

    Swift

    public typealias EncodingCallback<Type> = (Type) -> [String: Any]?