Type Aliases

The following type aliases are available globally.

  • TypeAlias for a map of strings to printable objects

    Declaration

    Swift

    public typealias PrintableMap = [String : Encodable]