Type Aliases

The following type aliases are available globally.

  • Declares that the type is seen as Providable through an Injector.

    Declaration

    Swift

    public typealias Providable = Any
  • Providables will be associated to ProvidableKeys.

    Declaration

    Swift

    public typealias ProvidableKey = Hashable