Type alias DependencyPairWithConfiguration

DependencyPairWithConfiguration: readonly [identifier: AnyInjectIdentifier, resolutionConstraints: number] | readonly [identifier: AnyInjectIdentifier, dependencyOptions: ServiceDependencyOptions]

A tuple containing a service identifier, along with a set of options for said dependency.

Generated using TypeDoc