Type Alias NullableQualifier<T>

NullableQualifier: Qualifier<T> | null

Type of a nullable dependency qualifier. Either a class, a name or null. Used for function injecting where null defines a pass-through parameter.

Type Parameters

  • T = unknown

    The class type.