Typealiases

The following typealiases are available globally.

  • Any type that can be in the application

    Declaration

    Swift

    public typealias DIAType = Any.Type
  • Tag is needed to specify alternative component names

    Declaration

    Swift

    public typealias DITag = Any.Type
  • Type of function for logging

    Declaration

    Swift

    public typealias DILogFunc = (DILogLevel, String)->()